.DS_Store
.env
.env.*
.coverage

# Local-only runtime and tool state
.local/
.omx/
.pgdata*
.pgrun
.pgsocket

# Python
.pytest_cache/
.ruff_cache/
.venv/
__pycache__/
*.db
*.db-shm
*.db-wal

# Build artifacts
dist/
*.egg-info/
*.db-journal
*.egg-info/
*.pyc
build/
dist/

# Node / Frontend
node_modules/
tsconfig.tsbuildinfo
