[FIX] git and sphinx ignore, remove committed pyc files

This commit is contained in:
Xavier Morel
2015-11-20 11:36:44 +01:00
parent 997861fa51
commit fbea64a257
10 changed files with 17 additions and 2 deletions

9
.gitignore vendored
View File

@@ -1,2 +1,9 @@
*.pyc
.*
# sphinx build directories
_build/
_build/
# venv
bin/
include/
lib/