gitignore .venv

often, a .venv is added at a package root containing the virtualenv. so
exclude this for git
This commit is contained in:
Florian Klink 2016-11-21 01:15:09 +01:00
parent cc79b1136b
commit e7eb9696e7

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
/netbox/netbox/configuration.py
/netbox/static
.idea
/.venv
/*.sh
!upgrade.sh
fabfile.py