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

# Virtual environments
.venv/
venv/
env/

# Testing
.coverage
htmlcov/
coverage/
.pytest_cache/
.mypy_cache/

# Ruff
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.env.*.local
!.env.example

# Node (prototype + dashboard)
node_modules/
.next/
out/
dashboard/dist/

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

# Vercel
.vercel

# Logs
*.log

# Distribution
*.tar.gz
*.whl
