M39: harden application and acceptance gates
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
frontend
|
||||
*.tgz
|
||||
*.tar.gz
|
||||
.env
|
||||
Reference in New Issue
Block a user