# Build artifacts
dist/
build/
*.egg-info/

# Python cache
__pycache__/
*.py[cod]

# Testing
.pytest_cache/
.coverage

# Jupyter
.ipynb_checkpoints/

# macOS
.DS_Store
