# Rust
/target/
Cargo.lock

# Python
__pycache__/
*.pyc
*.pyo
*.so
*.egg-info/
dist/
.eggs/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store

# Test/build artifacts
.pytest_cache/
*.prof

# Generated benchmark data (keep .gz seed files for CI/PGO)
benchmarks/bench_data/*
!benchmarks/bench_data/Data.fs.gz
