.venv/
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.dev-factory/
build/
dist/
*.egg-info/
.ruff_cache/
.mypy_cache/
node_modules/
target/
.autodev/
_autodev/
.coverage
coverage.xml
# Worktrees managed by Claude Code agents (transient)
.claude/
# Secret files (defense in depth — should never be in repo)
.env
.env.*
!.env.example
credentials.json
secrets.toml
*.pem
*.key
coverage.json
