__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
dist/
build/
.DS_Store

# gh-aw generated state (audit cache, lock files)
.github/aw/

# local initial-draft scratch (not committed)
docs/initial-draft/
.claude/worktrees/

# Local secrets — never commit
.env
gh-tool-use.env
