mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-08-26 17:31:37 +00:00
17 lines
215 B
Text
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
|