From: Ellison Leão Date: Thu, 3 Jul 2014 16:59:52 +0000 (-0300) Subject: Add .gitignore X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fb07ddcb150426d3db9971bc3e6cbd21b8c6e47d;p=rainbowstream.git Add .gitignore --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..877f423 --- /dev/null +++ b/.gitignore @@ -0,0 +1,56 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +bin/ +build/ +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 + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# Rope +.ropeproject + +# Django stuff: +*.log +*.pot + +# Sphinx documentation +docs/_build/ + +# DB files +*.db