From: Sastry Isukapalli Date: Tue, 13 Feb 2018 00:25:32 +0000 (+0000) Subject: Merge "Commit .gitreview" X-Git-Tag: v1.1.1~56 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=be581c1ec64f54663dd5417ce44ad525145e8c0a;hp=8e806ae29c143b0a3ff0c8ae17f57fdc29f15166;p=optf%2Fosdf.git Merge "Commit .gitreview" --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..864f9ee --- /dev/null +++ b/.gitignore @@ -0,0 +1,110 @@ +# Copied from https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore +# Copy as of 2018-02-08 +# github/gitignore is licensed under the +# Creative Commons Zero v1.0 Universal + +# 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/ +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 +.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/