Skip to content

Commit

Permalink
Improves gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Sep 24, 2016
1 parent 07c481a commit 76fe232
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ Thumbs.db
\#*\#
.cache

# Byte-compiled / optimized / DLL files
# Python files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
# Packaging
.Python
env/
build/
Expand All @@ -29,6 +27,8 @@ lib64/
parts/
sdist/
var/
bin/
*.iml
*.egg-info/
.installed.cfg
*.egg
Expand All @@ -40,6 +40,7 @@ var/
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
*.log

# Unit test / coverage reports
htmlcov/
Expand All @@ -56,12 +57,6 @@ coverage.xml
*.mo
*.pot

# Django
*.log

# Sphinx documentation
_build/

# PyBuilder
target/

Expand Down

0 comments on commit 76fe232

Please sign in to comment.