.DS_Store

*_env/
.envrc

*.pyc
__pycache__/
.pytest_cache/

dist/
*.egg-info

# Using pip to install from a local directory leaves a build/ dir in the root of this
#   project. Ignore this, in case it's not destroyed properly after testing.
build/

# Ignores the virtualenv directory
.venv/

notes/
.vscode/

# Ignore Jupyter notebook checkpoints
.ipynb_checkpoints/
