From a40a5193acea020b7933d9554c6e1ddf62a9995c Mon Sep 17 00:00:00 2001 From: nir0s Date: Sat, 17 Feb 2018 21:11:37 +0200 Subject: [PATCH] Add .gitignore --- .gitignore | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2f78cf5..aa66275 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,62 @@ -*.pyc +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +# C extensions +*.so + +# Distribution / packaging +.Python +/env/ +/bin/ +/build/ +/build_docs/ +/develop-eggs/ +/dist/ +/eggs/ +/lib/ +/lib64/ +/parts/ +/sdist/ +/var/ +/*.egg-info/ +.installed.cfg +*.egg + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +/htmlcov/ +/.tox/ +.coverage +.cache +nosetests.xml +coverage.xml +.pytest_cache/ + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# Rope +.ropeproject + +# Django stuff: +*.log +*.pot + +# Sphinx documentation +/docs/_build/ + +*.iml + +*COMMIT_MSG + +# QuickBuild +.qbcache/