nomadweb/backend/.dockerignore
eric 871ea78bf8 Speed up deploys with BuildKit caches and incremental service rebuilds.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-29 01:36:33 -05:00

15 lines
129 B
Plaintext

__pycache__
*.py[cod]
*.egg-info
.venv
venv
.env*
!.env.example
.git
.gitignore
*.md
.pytest_cache
.mypy_cache
.ruff_cache
tests