# Python bytecode
__pycache__/
*.pyc
*.pyo

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linting / type checking
.ruff_cache/
.pyright/

# Claude Code / project meta
.claude/
CLAUDE.md
APPLICATION_BIBLE.md
TASKS.md
TASKS_TEMPLATE.md