mirror of
https://github.com/github/gitignore
synced 2024-12-05 01:45:42 +01:00
Update Python.gitignore
* Cleanup * Add alternative file extension for C extensions * Add PyCharm files
This commit is contained in:
parent
65764ade9f
commit
2a9fb45d24
@ -1,54 +1,57 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
# Byte-compiled/optimized files and libraries
|
||||
*.py[cod]
|
||||
__pycache__/
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
*.so.*
|
||||
|
||||
# Distribution / packaging
|
||||
*.egg
|
||||
*.egg-info/
|
||||
.Python
|
||||
env/
|
||||
.installed.cfg
|
||||
bin/
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
eggs/
|
||||
env/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
*.log
|
||||
pip-delete-this-directory.txt
|
||||
pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
htmlcov/
|
||||
.tox/
|
||||
.coverage
|
||||
# Unit test/coverage reports
|
||||
.cache
|
||||
nosetests.xml
|
||||
.coverage
|
||||
.tox/
|
||||
coverage.xml
|
||||
htmlcov/
|
||||
nosetests.xml
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
*.pot
|
||||
|
||||
# Mr Developer
|
||||
.mr.developer.cfg
|
||||
.project
|
||||
.pydevproject
|
||||
|
||||
# PyCharm
|
||||
*.iws
|
||||
.idea/tasks.xml
|
||||
.idea/workspace.xml
|
||||
|
||||
# Rope
|
||||
.ropeproject
|
||||
|
||||
# Django stuff:
|
||||
*.log
|
||||
*.pot
|
||||
|
||||
# Sphinx documentation
|
||||
docs/_build/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user