.DS_Store
/target
**/*.rs.bk
.idea
cleora-light-rust.iml
*.out
*.so

# Website (deployed separately)
website/

# Replit-specific
.replit
replit.nix
replit.md
REPLIT.md
.local/
.cache/
.upm/
.config/
.pythonlibs/
__pycache__/
*.pyc
.agents/

# Build artifacts
*.egg-info/
dist/
build/
.eggs/
*.tar.gz

# Benchmark/test scripts (internal)
dom_*.py
domination_*.py
full_benchmark.py
generate_umap_plots.py
scale_whiten_test.py
test_scale_whiten.py
test_yelp_whiten.py
benchmark_report.py
tests_demo.py

# Attached assets (Replit uploads)
attached_assets/

# Benchmark/test outputs
*.npz
*.csv
*.tsv
umap_plots/
benchmark_results/
