add backend docker build files
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
.git
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
.coverage
|
||||
|
||||
backend/.venv/
|
||||
backend/storage/
|
||||
storage/
|
||||
reports/
|
||||
uploads/
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
*.log
|
||||
*.pdf
|
||||
|
||||
frontend/
|
||||
docs/
|
||||
demo_frontend/
|
||||
scripts/
|
||||
Reference in New Issue
Block a user