debian-mirror-gitlab/vendor/gitignore/Python.gitignore

116 lines
1.3 KiB
Plaintext
Raw Normal View History

2016-06-02 11:05:42 +05:30
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
2017-08-17 22:00:37 +05:30
wheels/
2019-02-15 15:39:39 +05:30
share/python-wheels/
2016-06-02 11:05:42 +05:30
*.egg-info/
.installed.cfg
*.egg
2018-03-17 18:26:18 +05:30
MANIFEST
2016-06-02 11:05:42 +05:30
# PyInstaller
# 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
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
2018-11-20 20:47:30 +05:30
.nox/
2016-06-02 11:05:42 +05:30
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
2017-09-10 17:25:29 +05:30
*.cover
2016-06-02 11:05:42 +05:30
.hypothesis/
2018-03-17 18:26:18 +05:30
.pytest_cache/
2016-06-02 11:05:42 +05:30
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
2018-05-09 12:01:36 +05:30
db.sqlite3
2016-06-02 11:05:42 +05:30
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
2017-08-17 22:00:37 +05:30
# Jupyter Notebook
2016-06-02 11:05:42 +05:30
.ipynb_checkpoints
2018-11-20 20:47:30 +05:30
# IPython
profile_default/
ipython_config.py
2016-06-02 11:05:42 +05:30
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
2017-08-17 22:00:37 +05:30
# SageMath parsed files
*.sage.py
2017-09-10 17:25:29 +05:30
# Environments
2016-06-02 11:05:42 +05:30
.env
2017-08-17 22:00:37 +05:30
.venv
2017-09-10 17:25:29 +05:30
env/
2016-06-02 11:05:42 +05:30
venv/
ENV/
2018-03-17 18:26:18 +05:30
env.bak/
venv.bak/
2016-06-02 11:05:42 +05:30
# Spyder project settings
.spyderproject
2017-08-17 22:00:37 +05:30
.spyproject
2016-06-02 11:05:42 +05:30
# Rope project settings
.ropeproject
2017-08-17 22:00:37 +05:30
# mkdocs documentation
/site
# mypy
.mypy_cache/
2018-11-20 20:47:30 +05:30
.dmypy.json
dmypy.json
2018-12-13 13:39:08 +05:30
# Pyre type checker
.pyre/