ignore venv files
This commit is contained in:
parent
185fb287b8
commit
3e0272dd6f
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,3 +1,7 @@
|
||||||
.env
|
bin/
|
||||||
|
lib/
|
||||||
|
pyvenv.cfg
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
|
.env
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
|
|
Loading…
Reference in a new issue