Initial commit
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
.env
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Next.js
|
||||
frontend/.next/
|
||||
frontend/node_modules/
|
||||
frontend/out/
|
||||
|
||||
# Docker
|
||||
*.log
|
||||
Reference in New Issue
Block a user