1
0
mirror of https://github.com/github/gitignore synced 2024-11-30 15:42:52 +01:00
gitignore/Python.gitignore
Mike Goodspeed bf66cb527f Add PyCharm support for Python
The rest of the files in .idea can be committed without worry.
2013-05-03 12:47:25 -05:00

41 lines
361 B
Plaintext

*.py[cod]
# 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
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# PyCharm
.idea/misc.xml
.idea/workspace.xml