Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
new .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
julienchastang committed Aug 2, 2013
1 parent 35e8dc2 commit e7d1f7e
Showing 1 changed file with 37 additions and 4 deletions.
41 changes: 37 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,42 @@ Thumbs.db
._*

###################
# python bytecode #
# python #
###################
*.pyc
*.py[cod]

# Other stuff
.idea/
# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__

# Installer logs
pip-log.txt

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

# Translations
*.mo


###################
# IDE #
###################
.idea/

0 comments on commit e7d1f7e

Please sign in to comment.