From d569b109b2547c074ca5448ba095b18b771fac84 Mon Sep 17 00:00:00 2001 From: daviddoji Date: Thu, 3 Jun 2021 19:41:39 +0200 Subject: [PATCH] Add gitignore --- .gitignore | 63 ------------------------------------------------------ 1 file changed, 63 deletions(-) diff --git a/.gitignore b/.gitignore index 73358ad..ca28357 100644 --- a/.gitignore +++ b/.gitignore @@ -74,66 +74,3 @@ docs/_build/ # PyBuilder .pybuilder/ target/ - -# Jupyter Notebook -.ipynb_checkpoints - -# IPython -profile_default/ -ipython_config.py - -# pyenv -# For a library or package, you might want to ignore these files since the code is -# intended to run in multiple environments; otherwise, check them in: -# .python-version - -# pipenv -# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. -# However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don't work, or not -# install all needed dependencies. -#Pipfile.lock - -# PEP 582; used by e.g. github.com/David-OConnor/pyflow -__pypackages__/ - -# Celery stuff -celerybeat-schedule -celerybeat.pid - -# SageMath parsed files -*.sage.py - -# Environments -.env -.venv -env/ -venv/ -ENV/ -env.bak/ -venv.bak/ - -# Spyder project settings -.spyderproject -.spyproject - -# Rope project settings -.ropeproject - -# mkdocs documentation -/site - -# mypy -.mypy_cache/ -.dmypy.json -dmypy.json - -# Pyre type checker -.pyre/ - -# pytype static type analyzer -.pytype/ - -# Cython debug symbols -cython_debug/ -