Files
kvcache-simulator/.gitignore
2026-04-15 17:31:39 +08:00

36 lines
330 B
Plaintext

# Trace files
bailian-traces
# docs
docs
reports
scripts
tests/test_analyze_affinity_policy.py
# Rust build artifacts
/target/
**/*.rs.bk
# Simulation output
/runs/
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Profiling / perf
perf.data*
flamegraph.svg
*.prof
# Temporary test files
/tmp/
*.log