Initial commit - ACME demo version
This commit is contained in:
15
backend/.gitignore
vendored
Normal file
15
backend/.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.log
|
||||
.env
|
||||
.venv
|
||||
venv/
|
||||
env/
|
||||
.idea/
|
||||
.vscode/
|
||||
.ipynb_checkpoints/
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
Reference in New Issue
Block a user