# Secrets — never commit
.env
.env.local
.env.*.local

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.venv/
venv/
.ruff_cache/
.ty_cache/
.pytest_cache/
.coverage
htmlcov/

# Node
node_modules/
.pnpm-store/
.cache/
.vite/
coverage/

# Build outputs
apps/spa/dist/
backend/dist/
build/
dist/

# Generated by tooling — regenerate with `pnpm codegen` / dev server
apps/spa/src/routeTree.gen.ts
apps/spa/src/api/client/

# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp

# KAOS
.kaos-vfs/
*.sqlite
*.db
