Single part at the root, COMPOSE_FILE in .env

This commit is contained in:
hh
2026-09-08 20:38:27 +02:00
parent a950161b00
commit 1c628625e9
10 changed files with 47 additions and 19 deletions
+16
View File
@@ -0,0 +1,16 @@
.env
.env.*
!.env.example
docker-compose.override.yml
.DS_Store
.idea
{% if layout == 'single' %}.venv/
__pycache__/
*.pyc
.ruff_cache/
.pytest_cache/
sessions/*.session*
node_modules/
.svelte-kit/
/build/
{% endif %}