Skip to content

Commit

Permalink
synced gitignore with reference
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Mar 27, 2016
1 parent eed78e5 commit a9211ab
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions .gitignore
@@ -1,6 +1,7 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so
Expand Down Expand Up @@ -42,31 +43,39 @@ htmlcov/
nosetests.xml
coverage.xml
*,cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask instance folder
instance/

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Node
node_modules/
# IPython Notebook
.ipynb_checkpoints

# pyenv
.python-version

# Virtualenv
venv/
venv2/
venv3/
# dotenv
.env

# Tmux
.tmuxp.yml
# Spyder project settings
.spyderproject

# Project
tmp
# Extras
.projectile

0 comments on commit a9211ab

Please sign in to comment.