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

# Virtual environments
.venv/
venv/

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

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

# Linting/type checking
.ruff_cache/
.mypy_cache/

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db

# Plan files
.plan

# Claude epic state
.claude/*.local.md

# UV
uv.lock
