gitignore/Python.gitignore

106 lines
1.2 KiB
Plaintext
Raw Normal View History

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
2013-12-14 22:07:26 +08:00
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
2014-08-15 19:16:24 +08: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 17:48:38 +08: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
2017-05-12 17:08:06 +08:00
*.cover
.hypothesis/
.pytest_cache/
2012-08-19 00:55:23 +08:00
# Translations
*.mo
*.pot
2013-11-12 13:57:54 +08:00
# Django stuff:
*.log
2015-10-02 20:27:59 +08:00
local_settings.py
db.sqlite3
2013-11-13 01:13:14 +08:00
2016-04-25 05:02:02 +08:00
# Flask stuff:
instance/
2016-04-25 05:02:02 +08:00
.webassets-cache
2015-06-05 23:43:20 +08:00
# Scrapy stuff:
.scrapy
2013-11-13 01:13:14 +08:00
# Sphinx documentation
docs/_build/
2014-06-15 14:49:06 +08:00
# PyBuilder
target/
2015-12-13 23:40:01 +08:00
# Jupyter Notebook
.ipynb_checkpoints
2016-01-28 06:46:49 +08:00
2015-12-13 23:40:01 +08:00
# pyenv
.python-version
2016-01-28 06:46:49 +08:00
# celery beat schedule file
celerybeat-schedule
2017-02-20 15:52:08 +08:00
# SageMath parsed files
*.sage.py
# Environments
2016-02-29 00:57:21 +08:00
.env
2017-02-02 00:50:44 +08:00
.venv
env/
2016-03-10 18:51:16 +08:00
venv/
ENV/
2017-06-21 23:45:53 +08:00
env.bak/
venv.bak/
2016-03-10 18:51:16 +08:00
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
2017-04-01 15:38:52 +08:00
/site
2017-05-07 04:30:48 +08:00
# mypy
.mypy_cache/
.dmypy.json