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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Environment / secrets
.env
.env.*
*.pem
*.key

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

# Node (dashboard frontend)
dashboard/frontend/node_modules/
dashboard/frontend/.next/

# Claude
.claude/

# Test/coverage
.pytest_cache/
.coverage
htmlcov/

# Misc
*.log
