# Config files
.DS_Store

# pytest cache
__pycache__/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# builds
build/
dist/
*.egg-info/

# environments
pyproject-env/