# Dependencies
node_modules/
.venv/
__pycache__/
*.py[cod]
.pytest_cache/

# Build output
dist/
build/
.vite/

# Databases — created on first run, never committed
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3

# Secrets
.env
.env.*
!.env.example

# Runtime
*.log
.pids
uploads/
.offline-wheels/
.offline-tarballs/
FACILITY-MAPPING-REVIEW.md

# Platform white-label overrides (defaults stay in repo)
data/platform-config.json


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