# Rust
/target/
Cargo.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.venv/
venv/

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

# Generated test outputs (do not commit)
*.pdf
tests/*.pdf
python/tests/*.pdf
benchmarks/*.pdf
benchmarks/*.json

# Test assets directory (not versioned - provide your own images via CLI args)
tests/

# Benchmark outputs
benchmarks/results/
*.bench.json

# OS
.DS_Store
Thumbs.db
