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