############################################
# OS / Editor
############################################
.DS_Store
Thumbs.db

.idea/
.vscode/
*.swp
*.swo

############################################
# Python
############################################
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
.eggs/
.env
.envrc
.venv/
venv/

############################################
# Rust
############################################
target/
Cargo.lock

############################################
# Build / Distribution
############################################
build/
# Anchored to repo root so it does NOT match the tracked Rust module
# src/kernels/dist/ (an unanchored `dist/` matched that directory).
/dist/
wheelhouse/
*.whl

############################################
# Benchmarks & Performance Artifacts
############################################
.benchmarks/
benchmarks/
benchmarks_*/
criterion/
*.bench
*.perf
*.prof

############################################
# Demos / Experiments / Research Scripts
############################################
demo_*.py
bench_*.py
benchmark_*.py
compare_*.py
capture_*.py
verify_*.py
aggressive_fix.py
reverse_engineer_*.py
debug_*.py
find_loaded_*.py
fix_*.py

############################################
# Local-only Tests / Scratch
############################################
test_localsystem.txt
*_local*
*_scratch*
*_debug*

############################################
# Local tooling & editor state
############################################
.claude/
**/.claude/
.aider/
**/.aider/
.cursor/
**/.cursor/
.continue/
**/.continue/

############################################
# Generated Docs / Reports
############################################
*.html
*_files/
*.pdf

############################################
# Data / Outputs
############################################
*.csv
*.tsv
*.parquet
*.arrow
*.feather
*.npy
*.npz

############################################
# Logs / Dumps / Temp
############################################
*.log
*.dump
*.tmp

############################################
# Safety Nets (never commit)
############################################
notes/
scratch/
backups/
private/
personal/
examples/social/
