add gitignore for png and csv files in benchmark

This commit is contained in:
zhengsize 2025-02-24 23:58:52 +08:00
parent 4da4dbd303
commit 922f63bdaa

2
.gitignore vendored
View File

@ -3,3 +3,5 @@ build
*.egg-info/ *.egg-info/
__pycache__/ __pycache__/
dist/ dist/
*perf.csv
*.png