Add python virtualenv to gitignore

This commit is contained in:
Travis Ralston 2020-01-25 14:26:15 -07:00
parent 387c477bf0
commit 4e4a6e0b56

1
.gitignore vendored
View File

@ -2,6 +2,7 @@ config/*
!config/default.yaml
lib/
storage/
venv/
/.idea