# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.eggs/
*.egg-info/
*.egg
build/
dist/
pip-wheel-metadata/

# Virtual envs
.venv/
venv/
env/

# Tests / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
*~

# User-downloaded model checkpoints
*.pth
*.bin
*.safetensors
weights/
checkpoints/

# Ad-hoc demo images (do not commit portraits you don't own)
examples/*.jpg
examples/*.jpeg
examples/*.png
!examples/README.md

# === Secrets (security/gitignore-env-2026-05-09) ===
# Added by 2026-05-09 3-agent OSS-wide security audit (Agent A).
# No secrets are currently tracked; this is preventive hygiene.
.env
.env.*
!.env.example
!.env.sample
*.pem
*.key
credentials.json
