diff --git a/todoApp/.gitignore b/todoApp/.gitignore index a8952c39..d167d87e 100644 --- a/todoApp/.gitignore +++ b/todoApp/.gitignore @@ -6,11 +6,14 @@ __pycache__/ *.so # Distribution / packaging -bin/ +.Python +env/ build/ develop-eggs/ dist/ +downloads/ eggs/ +.eggs/ lib/ lib64/ parts/ @@ -20,31 +23,35 @@ var/ .installed.cfg *.egg +# 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 # Translations *.mo - -# Mr Developer -.mr.developer.cfg -.project -.pydevproject - -# Rope -.ropeproject +*.pot # Django stuff: *.log -*.pot # Sphinx documentation -docs/_build \ No newline at end of file +docs/_build/ + +# PyBuilder +target/ \ No newline at end of file