# Temp files
*/.DS_Store
*~
buck-out/

# Compiled files
.venv/
__pycache__/
.mypy_cache/
.ruff_cache/

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

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

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

# IDEs
/.idea/
/.vscode/
.claude/

# Data files from tutorials
/docs/notebooks/*.fcs
/docs/notebooks/*.h5ad
/docs/source/data_test/
/docs/source/**/*.h5ad
/docs/source/**/*.fcs

*/__pycache__
scratch/
docs/_preview/
