1
0
mirror of https://github.com/github/gitignore synced 2024-12-23 13:20:17 +01:00
gitignore/Python.gitignore

86 lines
999 B
Plaintext
Raw Normal View History

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
2013-12-14 12:07:26 -02:00
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
2014-08-15 13:16:24 +02:00
# 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
2014-02-22 03:48:38 -06:00
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
2013-10-22 18:17:22 +08:00
coverage.xml
*,cover
.hypothesis/
2012-08-18 19:55:23 +03:00
# Translations
*.mo
*.pot
2013-11-12 16:57:54 +11:00
# Django stuff:
*.log
2015-10-02 09:27:59 -03:00
local_settings.py
2013-11-13 04:13:14 +11:00
# Flask instance folder
instance/
2015-06-05 12:43:20 -03:00
# Scrapy stuff:
.scrapy
2013-11-13 04:13:14 +11:00
# Sphinx documentation
docs/_build/
2014-06-15 08:49:06 +02:00
# PyBuilder
target/
2015-12-13 13:40:01 -02:00
2016-02-12 06:06:03 -05:00
# IPython Notebook
.ipynb_checkpoints
2016-01-27 20:46:49 -02:00
2015-12-13 13:40:01 -02:00
# pyenv
.python-version
2016-01-27 20:46:49 -02:00
# celery beat schedule file
celerybeat-schedule
2016-02-28 19:57:21 +03:00
# dotenv
.env
2016-03-10 17:51:16 +07:00
# virtualenv
venv/
ENV/
# Spyder project settings
.spyderproject