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

# Virtual environments
.venv/
venv/

# uv

# Environment
.env

# Database
*.db
*.sqlite3

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Ruff
.ruff_cache/

# Node / Frontend
node_modules/
frontend/dist/
frontend/.next/

# Claude
.claude/
