# Mypy
.mypy_cache
.pytest_cache

# build
build/

# assets
assets/

# MacOS
.DS_Store
.DS_Store?

# vscode
.vscode

# Git
.github

# Environment
.env

# Ignore build artifacts
build/
*.egg-info/

# Ignore Jupyter checkpoints
.ipynb_checkpoints/

# notebook data
notebooks/
