Update .gitignore
This commit is contained in:
parent
27b880ef77
commit
5890d95c59
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
||||||
|
.idea/
|
||||||
venv/
|
venv/
|
||||||
db.sqlite3
|
db.sqlite3
|
||||||
aux/
|
aux/
|
||||||
|
__pycache__/
|
||||||
|
static/
|
||||||
|
|
Loading…
Reference in a new issue