# Temp files
.DS_Store
*~
buck-out/

# Compiled files
.venv/
__pycache__/
.*cache/
/node_modules

# Distribution / packaging
/build/
/dist/
/*.egg-info/

# Tests and coverage
/.cache/
/data/
*failed-diff.png

# docs
/docs/generated/
/docs/_build/

# IDEs
/.idea/
/.vscode/

format.sh

# test
tests/figures/

# jupyter checkpoints
.ipynb_checkpoints

# sphinx files
*.swp

# other
_version.py
/temp/

# pixi
pixi.lock

# Local sandbox data + historical prototype notebooks (Sandbox.ipynb is the
# active one and is tracked; the others are kept locally for reference only).
/sandbox_data/
/Sandbox.anywidget-v0.ipynb
/Sandbox.ipympl-v0.ipynb
/verify_ssh_annotate.ipynb
Sandbox.ipynb
