# Environment
.env

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

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

# Data directory (runtime)
data/

# Node / Frontend
frontend/node_modules/
frontend/dist/

# Production build in backend
backend/static/

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
