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

# Virtual environments
.venv/
venv/
env/

# SQLite
*.sqlite
*.sqlite-shm
*.sqlite-wal

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

# OS
.DS_Store
Thumbs.db

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

# Frontend build output (shipped in wheel, not committed)
zuzu/runtime/static/

# Frontend deps
frontend/node_modules/
frontend/.storybook/cache/

# Environment
.env
.env.local

# Data
data/
