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

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.hypothesis/
.coverage
htmlcov/
coverage.xml
.mypy_cache/

# IDE
.vscode/
.idea/

# TRW runtime state
.trw/

# Internal Claude Code settings — not for public consumption
.claude/

# Internal PRD/sprint docs — development artefacts, not part of the public package
docs/

# Scratch workspace
scratch/
