Sha256: 08cfe0b7bc01a61861c12214c14e24a5716b99e14c3a1dea4e928fae476ca443

Contents?: true

Size: 1.15 KB

Versions: 18

Compression:

Stored size: 1.15 KB

Contents

# General Git ignore file for Python
# 
# Packaging and distribution patterns have been moved out to
# 
#     //Python/Packaging.gitignore
# 

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# 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/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
.static_storage/
.media/
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
qb-0.4.5 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.4.4 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.4.3 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.4.2 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.4.1 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.4.0 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.3.25 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.3.24 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.3.23 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.3.22 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.3.21 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.3.20 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.3.19 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.3.18 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.3.17 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.3.16 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.3.15 roles/qb/git/ignore/files/gitignore/Python.gitignore
qb-0.3.14 roles/qb/git/ignore/files/gitignore/Python.gitignore