16 lines
207 B
Plaintext
16 lines
207 B
Plaintext
# Keep the preview build context lean + reproducible.
|
|
.git
|
|
.gitea
|
|
**/__pycache__/
|
|
**/*.pyc
|
|
backend/.venv/
|
|
backend/data/
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
e2e/
|
|
mockups/
|
|
docs/
|
|
*.md
|
|
!VERSION
|
|
.pytest_cache/
|