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

# Node
node_modules/
frontend/dist/

# SQLite
data/*.db
data/*.db-wal
data/*.db-shm
*.db
*.db-wal
*.db-shm

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

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

# OS
.DS_Store
Thumbs.db

# Testing
.coverage
htmlcov/
.pytest_cache/
pytest-of-*/

# Node compile cache
node-compile-cache/

# Claude Code
.claude/settings.local.json
