# Node (v1, retained until the legacy branch is cut)
node_modules/
*.tgz

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
env/
dist/
build/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
htmlcov/

# Secrets
.env
token.txt

# Coderrr's own project-local state. Specs are deliberately NOT ignored --
# they are project knowledge and belong in version control.
.coderrr/cache/
.coderrr/session/
agent_docs/*
.claude/*