Add .gitignore

This commit is contained in:
Mauricio Baeza 2016-06-14 03:36:23 +00:00
parent 1e48f99ed7
commit 847b5a560c
1 changed files with 11 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Django stuff:
*.log
local_settings.py
# Sphinx documentation
docs/_build/