# git rm -r --cached [file]

# Jupyter Notebook
.ipynb_checkpoints

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Spyder project settings
.spyderproject
.spyproject

# Pytest
.pytest_cache/

# docs
*.tests.rst
docs/build