# Private / project-local
CLAUDE.md
responses.md

# Claude-generated working docs (plans, specs, audits, status reports —
# per the CLAUDE.md rule). Already covered by the `.*` rule below;
# listed explicitly so the policy is discoverable when grepping this
# file.
.plans/

# Dotfiles and environment files
.*
!.gitignore
!.github
.?env
*.env
*.env.*

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/
wheels/

# Virtual environments
.venv/
venv/
ENV/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
nosetests.xml
coverage.xml
*.cover
.mutmut-cache
mutants/
mutants.json
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
.pytype/

# Distribution / packaging
MANIFEST

# Jupyter
.ipynb_checkpoints/

# macOS
.DS_Store
