# --- OS / Editor ---
.DS_Store
Thumbs.db
.vscode/
.idea/
.claude/

# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd
.Python
.venv/
venv/
env/
ENV/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# --- Logs / temp ---
*.log
*.tmp
*.temp

# --- Build / packaging ---
dist/
build/
*.egg-info/

# --- MkDocs build output (docs_site/ is the source, this is generated) ---
/site/

# --- Kubernetes / Helm local artifacts ---
*.tgz
charts/

# --- Local secrets / env files ---
.env
.env.*
*.local

# --- Minikube / kubectl local output files ---
kubeconfig
*.kubeconfig

# --- Local-only planning docs & agent guide (not published) ---
/docs/
/CLAUDE.md
