__pycache__/
jet_wd/
build
dist
_build
*.py[cod]
*$py.class
*.eggs*
*.egg*

# vim
*.swp*

# C extensions
*.so

# generated by cython
*.o
*.c

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# pytest
.pytest_cache/

# mypy
.mypy_cache/
.idea
.code

# submission
*.err
*.log
*.out

# generated from opening from remote
.DS_Store
._pdf

# vscode
.vscode/