dev/*
!dev/*.py
!dev/*.ipynb
test_cython/*
*.pdf
graph_test
.vscode
clf_test
info.pkl
test.py
*.
!.gitignore
tags
data.txt.npy
data
data.dat
result.dat
bh_tsne
linkage.txt
test2.py
.DS_Store
__pycache__/
*.py[cod]
.pytest_cache/

# Generated output files (root-level only; example/ images are committed for README)
/result.png
/sklearn_datasets.png

# Benchmark output
benchmarks/benchmark_scaling.png

# Dependency lockfile (not needed for library installs)
uv.lock
fdc/testing/*
example_cytof

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

# Rust build artifacts
target/
Cargo.lock

# Native extension modules (built by maturin)
*.so
*.dylib
*.pyd

# Benchmark output (regenerated)
benchmarks/benchmark_rust_vs_python.png
benchmarks/rust_vs_c_runtime.csv

# Downloaded benchmark datasets (clustering-benchmarks cache)
github.com/

# Temp files
out.txt
result3.png

# Virtual environments
.venv/
venv/
env/
