nomyo-router/.dockerignore

45 lines
389 B
Text
Raw Normal View History

2026-03-08 09:12:09 +01:00
# Version control
.git
.gitignore
.github
# Environment & secrets
.env
.env.*
*.env
# Python artifacts
__pycache__
*.pyc
*.pyo
*.pyd
.Python
.venv
venv
*.egg-info
dist
build
# Local databases (don't bake data into image)
*.db
*.db-shm
*.db-wal
# IDE / editor
.vscode
.idea
*.swp
*.swo
# Documentation
doc/
docs/
*.md
# Tests
tests/
test_*
# Local config overrides
config.local.yaml