ignores jupyter, virtualenv, and vscode files

This commit is contained in:
Michael Hirsch 2019-11-13 08:52:38 -05:00
parent fd35fbd9f5
commit 495a7d612b

22
.gitignore vendored
View File

@ -10,8 +10,30 @@
# PyCharm files # PyCharm files
.idea/ .idea/
# vscode files
.vscode/*
# pytest files # pytest files
.pytest_cache/ .pytest_cache/
# Ignore MacOSX files # Ignore MacOSX files
.DS_Store .DS_Store
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/