# MacOS stuff
.DS_Store

# Python artifacts
*.egg-info

# Cache
.mypy_cache
.pytest_cache
__pycache__
.ipynb_checkpoints
dist

# Any temporary images or CSV files
notebooks

# Local environment
.venv
.python-version
.pre-commit-cache/

# Coverage file
.coverage

# Versioneer artifacts
/versioneer.pyc

# Build artifacts
/build

# Docs build artifacts
/docs/_build

# Remove .vscode folder
.vscode

# Extension artifacts
*.c
*.cpp
*.so
debug-image*
