24 lines
322 B
Plaintext
24 lines
322 B
Plaintext
# Backend image build context is the repository root (see compose.yaml); keep it small.
|
|
.git
|
|
.gitea
|
|
.state
|
|
.mypy_cache
|
|
.ruff_cache
|
|
.pytest_cache
|
|
**/__pycache__
|
|
**/.venv
|
|
**/node_modules
|
|
**/dist
|
|
**/playwright-report
|
|
**/test-results
|
|
artifacts
|
|
docs
|
|
deploy
|
|
n8n/**
|
|
!n8n/workflows/
|
|
!n8n/workflows/**
|
|
frontend
|
|
*.tgz
|
|
*.tar.gz
|
|
.env
|