Update .gitignore for Python virtualenvs (for docs)

This commit is contained in:
Justin W. Flory 2017-11-29 13:18:12 -05:00
parent 9ccb13773b
commit 48ae60e070
No known key found for this signature in database
GPG Key ID: 3AA2DC1FF6ABF0B6

17
.gitignore vendored
View File

@ -21,3 +21,20 @@ target/
# Misc files
MobArena.jar
build.properties
# Virtualenv (for docs)
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
.Python
[Bb]in
[Ii]nclude
[Ll]ib/python*/
[Ll]ib64
[Ll]ocal
[Mm]an
[Ss]cripts
pyvenv.cfg
.venv
pip-selfcheck.json
# ReadTheDocs generated documentation
docs/_build