init commit
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
.venv/
|
||||
venv/
|
||||
*.pyc
|
||||
__pycache__/
|
||||
instance/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
|
||||
# secrets
|
||||
.env
|
||||
|
||||
# app specific
|
||||
Reference in New Issue
Block a user