*.ipynb_checkpoints
*.pytest_cache
*.vscode
*.egg-info
*__pycache__
*wandb/
*.pyc
*.mypy_cache
htmlcov
.coverage
coverage.xml
site

# Build
build
dist

# Paper images
docs/notebooks/img/*.png

# Misc
*.DS_Store
*.env.local
*.env.development.local
*.env.test.local
*.env.production.local

*npm-debug.log*
*yarn-debug.log*
*yarn-error.log*

# Virtual Environment
.venv
