30 lines
343 B
Plaintext
30 lines
343 B
Plaintext
.DS_Store
|
|
|
|
# local env and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.*.example
|
|
|
|
# dependencies and build output
|
|
node_modules/
|
|
__pycache__/
|
|
*.pyc
|
|
dist/
|
|
build/
|
|
.turbo/
|
|
.next/
|
|
coverage/
|
|
|
|
# canonical deploy packages are transferred through the NAS inbox, not Git
|
|
infra/deploy-artifacts/
|
|
|
|
# logs
|
|
*.log
|
|
logs/
|
|
|
|
# local runtime data
|
|
tmp/
|
|
data/
|
|
volumes/
|