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

# Lotsa runtime data (created by `lotsa init` / `lotsa serve`)
.lotsa/
*.db
*.sqlite
*.sqlite3

# Built dashboard bundle — regenerated by `npm run build` in lotsa/frontend/
lotsa/server/static/dist/

# Node / frontend
node_modules/

# Editor / OS
.DS_Store
*.swp
.idea/
.vscode/

# Deploy secrets
deploy/deploy.env
