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

# Virtual environments
.venv/

# Testing/linting caches
.pytest_cache/
.ruff_cache/
.benchmarks/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp
.claude/

# Issue tracking (local)
.beads/

# Project instructions (private)
CLAUDE.md
