diff options
Diffstat (limited to 'options/gitignore/Python')
-rw-r--r-- | options/gitignore/Python | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/options/gitignore/Python b/options/gitignore/Python index a65d04669c..62c1e73692 100644 --- a/options/gitignore/Python +++ b/options/gitignore/Python @@ -20,6 +20,7 @@ lib64/ parts/ sdist/ var/ +wheels/ *.egg-info/ .installed.cfg *.egg @@ -43,6 +44,7 @@ htmlcov/ nosetests.xml coverage.xml *,cover +.hypothesis/ # Translations *.mo @@ -50,9 +52,43 @@ coverage.xml # Django stuff: *.log +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 + +# dotenv +.env + +# virtualenv +.venv +venv/ +ENV/ + +# Spyder project settings +.spyderproject + +# Rope project settings +.ropeproject |