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

# Node (web/)
node_modules/
.next/
.turbo/

# Local config and secrets — never tracked
.env
.env.*
!.env.example
deploy/.local/
deploy/secrets/
# Database dumps written by the pg-backup sidecar on the host
deploy/backups/
*.pem
*.key
!**/*.pub.key
# age identities generated for laptop bring-up
*.age

# Runtime state
.mklang-platform/
*.db
*.sqlite3
run-artifacts/

# Editors / OS
.DS_Store
.idea/
.vscode/
