Add api/ and web/ via git subtree; add docker-compose.yml and unified .gitignore
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user