core-hub/.dockerignore

16 lines
130 B
Text
Raw Normal View History

.git
.venv
.pytest_cache
.ruff_cache
.mypy_cache
.local
__pycache__
*.pyc
*.pyo
*.db
*.sqlite
*.sqlite3
.env
.env.*
!.env.example