# Python build / cache
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/
target/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/
.venv/
.venv-*/
venv/

# Secrets / local credentials
.env
.env.*
!.env.example
*.pem
*.key
*.cert
*.crt
*.p12
*.pfx
*.jks
id_rsa
id_dsa
id_ecdsa
id_ed25519
*_rsa
*_dsa
*_ecdsa
*_ed25519
*.kubeconfig
kubeconfig
secrets.*
*.secret
*.secrets
credentials.*
service-account*.json
*service_account*.json
*-credentials.json
token.json

# Generated graphs and rendered HTML
.codeglance/
tmp-release-smoke/
tmp-codeglance/
.tmp/
demo/*.html
demo/*.md

# Local working notes
REFACTOR_PLAN.md
*_PLAN.md
*PLAN*.md
*_plan.md
*plan*.md
*_CHECKLIST.md
*CHECKLIST*.md
*_checklist.md
*checklist*.md
TODO*.md
todo*.md
WIP*.md
wip*.md
plans/
checklists/
notes/
scratch/

# Editor / tooling
.agents/
.claude/launch.json
.idea/
.vscode/
