first commit
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
*.pyc
|
||||
__pycache__/
|
||||
*.sqlite3
|
||||
env/
|
||||
.venv/
|
||||
venv/
|
||||
.env.DS_Store
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.idea/
|
||||
.vscode/
|
||||
*.log
|
||||
db.sqlite3
|
||||
.coverage
|
||||
htmlcov/
|
||||
Reference in New Issue
Block a user