Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Change-Id: I6e17078289dfe3975ebc69fe8babefc44d37e562
  • Loading branch information
Bastien Vallet authored and qabot escalation committed Jul 31, 2019
1 parent 522eb70 commit 1beb2e7
Showing 1 changed file with 123 additions and 14 deletions.
137 changes: 123 additions & 14 deletions .gitignore
@@ -1,15 +1,124 @@
*.pyc
.idea
.pytest_cache
tmp_conda
*.ini
.coverage
*-test.xml
.mypy_cache
build
sdist
dist
target
*egg-info
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
venv/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# 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/
pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
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/

# generated by build
coverage-*-test.xml
junit-*-test.xml
junit-coverage.xml
pylama-parent.ini
tox-parent.ini
adapt_template.sh

# Ignore backup files
*~

#IDE
.idea
*.swp

# Databases
*.db

# MacOSX files
.DS_Store

0 comments on commit 1beb2e7

Please sign in to comment.