Add 'venv' to .gitignore.

This commit is contained in:
Atul Varma 2017-05-23 19:45:49 -04:00
parent 0765a567ff
commit 749db2d8c0

3
.gitignore vendored
View File

@ -60,3 +60,6 @@ target/
/misc/node_modules/
/.automat_visualize/
/docs/state-machines/*.png
# Virtual environment stuff
venv/