feat(v1): add basic backend and frontend
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.venv/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
db.sqlite3
|
||||
backend/media/
|
||||
backend/staticfiles/
|
||||
.env
|
||||
node_modules/
|
||||
dist/
|
||||
coverage/
|
||||
.vite/
|
||||
*.log
|
||||
Reference in New Issue
Block a user