Initial commit
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
.vite/
|
||||
|
||||
backend/static/
|
||||
backend/data/
|
||||
|
||||
*.log
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user