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

# Virtual environments
.venv/
venv/

# Database files
*.db
*.db-wal
*.db-shm

# Testing
.pytest_cache/
.coverage
htmlcov/

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


# Benchmarks
benchmarks/results/

# Claude
.claude/
CLAUDE.local.md
