Skip to content

Commit

Permalink
Update gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Sep 27, 2014
1 parent 50ea958 commit 86682de
Showing 1 changed file with 54 additions and 12 deletions.
66 changes: 54 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,60 @@
# Compiled files and co.
*.pyc
*.swp
*~
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# Package building
*.egg-info
build/*
dist/*
versiontools*
# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
htmlcov
.cache
nosetests.xml
coverage.xml

# Translations
*.mo
*.pot

# Editor, etc. configs
.idea/*
# Django stuff:
*.log
settings.py
*.sqlite
/CACHE

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# IDE
.idea/

0 comments on commit 86682de

Please sign in to comment.