Files
hcie-rust-v3.05/.gitignore
T
Your Name 1dabd9c31e
mandatory-regression-gate / deterministic-tests (push) Waiting to run
mandatory-regression-gate / protected-performance-path (push) Waiting to run
Optimize stroke cache and benchmark configurations
- Updated stroke cache to use parallel processing for pixel checks.
- Modified benchmark commands in notlar.txt to ensure consistent output and baseline comparisons.
- Created a plan for merging criterion directories and optimizing benchmark performance, including pre-allocation of buffers and various optimization strategies.
- Removed redundant output directory settings in benchmark files and ensured all benchmarks write to a single criterion directory.
- Updated documentation to reflect changes in benchmark paths and configurations.
2026-07-25 05:20:12 +03:00

62 lines
780 B
Plaintext
Executable File

# Cargo / Rust build artifacts
/target/
# c++
/build/
# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
.DS_Store
.directory
# Backup files
*.bak
*.bk
# Local/User-specific configurations
.env
.env.*
!.env.example
# Consolidated rules from sub-projects
# Cargo/Rust additional artifacts
**/target/
Cargo.toml.orig
*.so
*.dll
*.dylib
*.rlib
*.pdb
**/*.rs.bk
**/Cargo.lock
!/Cargo.lock
**/build.id
# Node/Kilo artifacts
node_modules/
**/node_modules/
package-lock.json
pnpm-lock.yaml
bun.lock
yarn.lock
agent-manager.json
**/package.json
# OS-specific
Thumbs.db
#custom
_images
_tmp
.history
# Criterion benchmark output (generated, gold_standard baseline kept manually)
/criterion/
# Custom dev environment
/.rustup/
/logs/last_semantic_audit.txt
/logs/semantic_impact_*.txt