Files
navipy/.gitignore

30 lines
289 B
Plaintext
Raw Normal View History

2025-12-15 04:09:55 -05:00
__pycache__/
*.py[cod]
*.log
# Virtual environments
.venv/
venv/
env/
.env
.env.*
# Build and packaging
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
# Tooling caches
.pytest_cache/
.mypy_cache/
.coverage
# IDE/editor settings
.vscode/
.idea/
# Local AI/config helpers
/.claude