2026-07-30 14:45:21 +02:00

27 lines
330 B
Plaintext

# Build outputs
/build/
runners/rust/target/
**/*.o
**/*.a
# Benchmark outputs
/results/
/combined/
/run[A-Z]/
/runA/
/runB/
# Auto-generated compiler-flag variant manifests (reference machine-specific build paths)
/adapters/generated/
# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
.pytest_cache/
# Editor/OS
.DS_Store
*.swp