Let Git ignore Pythons venv stuff
This commit is contained in:
parent
b8f170688e
commit
c5874c1c07
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -1,4 +1,13 @@
|
||||||
|
# Ignore the configuration and the database
|
||||||
energyDB.conf
|
energyDB.conf
|
||||||
|
energyDB.sqlite
|
||||||
|
|
||||||
|
# Ignore Python caches and compiles modules
|
||||||
*.pyd
|
*.pyd
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
|
# Ignore Pythons venv stuff
|
||||||
|
bin/
|
||||||
|
lib/
|
||||||
|
LICENSE.md
|
||||||
|
pyvenv.cfg
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue