diff --git a/.gitignore b/.gitignore index a566991..0319d29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,44 @@ +# MISC .ipynb_checkpoints __pycache__ .DS_Store -venv/ + +# IDEs .idea/ .vscode/ -# Distribution / packaging + +# VIRTUAL ENVIRONMENTS +venv/ +.venv/ +## [pyenv] +.python-version +## [dotenv] +.env +## [virtualenv] +ENV/ + + +# UNIT TEST / COVERAGE REPORTS +.tox/ +.coverage +.coverage.* +htmlcov/ +coverage-html/ +coverage.xml +*,cover +.*cache +nosetests.xml +.hypothesis/ + + +# SPHINX DOCUMENTATION +docs/_build/ +docs/stubs/ + + +# DISTRIBUTION / PACKAGING .Python env/ build/ @@ -24,30 +56,7 @@ var/ .installed.cfg *.egg -# Installer logs + +# INSTALLER LOGS pip-log.txt pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*,cover -.hypothesis/ - -# pyenv -.python-version - -# dotenv -.env - -# virtualenv -ENV/ - -# Sphinx documentation -docs/_build/ -docs/stubs/