Skip to content

Commit 6969453

Browse files
LessUpqwencoder
andcommitted
refactor(directory): optimize project structure for better organization
- Move roofline_data_*.csv from root to benchmarks/data/ - Remove empty specs/api/ and specs/db/ directories (not applicable) - Update .gitignore to properly handle benchmark data files - Clean up root directory for better project organization Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent ef7cef0 commit 6969453

5 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ CMakeUserPresets.json
2424
*.ncu-rep
2525
*.sqlite
2626

27+
# Benchmark data (generated outputs)
28+
benchmarks/data/*.csv
29+
2730
# IDE
2831
.vscode/
2932
.idea/

0 commit comments

Comments
 (0)