Initial
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.log
|
||||
*.db
|
||||
*.sqlite3
|
||||
.env
|
||||
.venv
|
||||
.cache
|
||||
.mypy_cache
|
||||
.pytest_cache
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
.idea/
|
||||
.vscode/
|
||||
coverage.xml
|
||||
.coverage
|
||||
|
Reference in New Issue
Block a user