# Secrets — NEVER commit
.env
.env.*
*.pem
audit.jsonl

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
*.whl
*.tar.gz

# Virtual envs
.venv/
venv/
env/

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

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

# Generated caches & outputs
.context/
*.mp4
.history/

# Heap dumps & scratch (generated by demos / testing)
*.hprof
*.heapsnapshot
