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

# Virtual environments
.venv/
venv/

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

# Runtime data
data/
*.enc

# Coverage
htmlcov/
.coverage
.coverage.*

# pytest
.pytest_cache/

# ruff
.ruff_cache/

# Claude Code
.claude/

# OS
.DS_Store
Thumbs.db
