Update docker-compose.yml

This commit is contained in:
Jacob Magar
2025-06-11 16:35:24 -04:00
parent 76588cf4e1
commit 00e07fad38
12 changed files with 1398 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.venv-backend
.env
.env.local
*.log
.bivvy
.cursor
web-ui/frontend/node_modules
web-ui/backend/.venv-backend/
.pnpm-store/