Add api/ and web/ via git subtree; add docker-compose.yml and unified .gitignore

This commit is contained in:
Alireza Vaezi
2025-08-07 20:58:28 -04:00
parent 0b0e575080
commit eaf509fbf8
2 changed files with 81 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.uv/
.env
.env.*.local
.pytest_cache/
.mypy_cache/
# Node / Vite
node_modules/
dist/
.build/
.vite/
*.log
# Editor/OS
.DS_Store
Thumbs.db
.vscode/
.idea/
# API storage & logs
api/storage/
api/usda_vision_system.log
# Docker
*.pid