22 lines
252 B
Plaintext
22 lines
252 B
Plaintext
# Keep the gateway build context small and web/node artifacts out of the image.
|
|
web/
|
|
**/node_modules
|
|
.next
|
|
.git
|
|
.github
|
|
.gitea
|
|
.venv
|
|
**/__pycache__
|
|
*.pyc
|
|
*.egg-info
|
|
.pytest_cache
|
|
.ruff_cache
|
|
tests/
|
|
*.db
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
_boot*
|
|
DESIGN.md
|
|
docs/
|