Simplify UI and add batch build endpoint
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
**/.venv/
|
||||
**/__pycache__/
|
||||
**/*.pyc
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
backend/.pytest_cache/
|
||||
backend/.mypy_cache/
|
||||
backend/.ruff_cache/
|
||||
*.log
|
||||
.env
|
||||
.env.*
|
||||
_out.json
|
||||
_log_import.json
|
||||
Reference in New Issue
Block a user