git ignore
This commit is contained in:
parent
007908f307
commit
6bdcfa3ebc
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
.env
|
||||||
|
.venv/
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
.pytest_cache/
|
||||||
|
.coverage
|
||||||
|
htmlcov/
|
||||||
|
instance/*.db
|
||||||
|
instance/*.sqlite*
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue