mirror of
https://github.com/logos-blockchain/research.git
synced 2026-08-07 19:53:10 +00:00
28 lines
336 B
Plaintext
28 lines
336 B
Plaintext
# Build outputs
|
|
/build/
|
|
runners/rust/target/
|
|
**/*.o
|
|
**/*.a
|
|
|
|
# Benchmark outputs
|
|
/doc/
|
|
/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
|