navi/backend/.gitignore
Matt Johnson dfd1d38405 Initial scaffold: navi-backend + navi-traffic (extraction #1)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 22:26:50 -06:00

17 lines
215 B
Text

# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
# Virtualenv
.venv/
# Test / tooling caches
.pytest_cache/
.ruff_cache/
# Local env files (secrets live in /etc/navi-backend/*.env on the host)
*.env
.env