From e55ec8a24a516ed9b68ee668cde61a25317aae8b Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 8 Jul 2019 12:44:26 +0200 Subject: [PATCH] Ignore more things --- .gitignore | 49 ++++++++++++++++++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 93c9dc0f..3bc22e7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,38 @@ -.DS_Store -.idea -*.log -tmp/ - -*.py[cod] -*.egg +# Byte-compiled / optimized / DLL files +dist build -htmlcov -**/auto/ -### Django ### -*.log -*.pot -*.pyc -__pycache__/ -settings_local.py +__pycache__ +*.py[cod] +*$py.class +*.swp +*.egg-info +_build +.tox +.coverage +coverage +# Translations +*.mo +*.pot + +# Jupyter Notebook +.ipynb_checkpoints + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# PyCharm project settings +.idea + +# Local data +settings_local.py +*.log + +# Virtualenv env/ +venv/ db.sqlite3