update .gitignore
This commit is contained in:
parent
89e0328a53
commit
aba8213053
|
|
@ -11,9 +11,7 @@ db.sqlite3
|
||||||
|
|
||||||
# Environments
|
# Environments
|
||||||
.python-version
|
.python-version
|
||||||
.env
|
|
||||||
.venv
|
.venv
|
||||||
env/
|
|
||||||
venv/
|
venv/
|
||||||
|
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
|
|
@ -27,3 +25,4 @@ pip-delete-this-directory.txt
|
||||||
|
|
||||||
# IDE stuff
|
# IDE stuff
|
||||||
.idea/
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
|
|
||||||
Reference in New Issue