# Temp files
.DS_Store
*~
*.tmp
temp/

# Compiled files
__pycache__/
.ipynb_checkpoints/

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

# Tests and coverage
/.pytest_cache/
/.cache/
/data/

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

# IDEs
/.idea/
/.vscode/
/.spyproject/

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

# other
_version.py
node_modules/
.code-workspace
.asv/
uv.lock

# memray report
*.bin

# speedscope report
profile.speedscope.json

# test datasets (e.g. Xenium ones)
# data folder
data/
tests/data
.venv
