Update gitignore
This commit is contained in:
parent
4094ffc5c8
commit
d3c7532009
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -105,3 +105,14 @@ venv.bak/
|
||||||
|
|
||||||
# mypy
|
# mypy
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
|
|
||||||
|
# PyCharm
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# Database
|
||||||
|
app.db
|
||||||
|
migrations
|
||||||
|
|
||||||
|
|
||||||
|
# flask key
|
||||||
|
key.ini
|
||||||
|
|
Reference in a new issue