# Git
.git
.gitignore

# Project management
README.md
todo.md
*.md

# Kubernetes / Helm configurations
config.yaml
helm/
k8s/

# Docker
Dockerfile
.dockerignore

# IDE/Editor specific
.vscode/
.idea/

# Python virtual environment
venv/
.env/
env/
__pycache__/

# Logs & Data
logs/
*.log
data/
*.csv
*.json 