18 lines
185 B
Plaintext
18 lines
185 B
Plaintext
|
|
# Keep the build context small and reproducible.
|
||
|
|
**/node_modules
|
||
|
|
**/dist
|
||
|
|
**/build
|
||
|
|
**/.venv
|
||
|
|
**/__pycache__
|
||
|
|
**/*.pyc
|
||
|
|
**/data
|
||
|
|
*.sqlite
|
||
|
|
*.db
|
||
|
|
.git
|
||
|
|
.gitea
|
||
|
|
.github
|
||
|
|
.env
|
||
|
|
.env.*
|
||
|
|
*.log
|
||
|
|
.DS_Store
|