Files
navipy/.gitignore
Storm Dragon 555ca0bba9 Initial commit
2025-12-15 04:09:55 -05:00

30 lines
289 B
Plaintext

__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