Skip to content

Commit

Permalink
.gitignores
Browse files Browse the repository at this point in the history
  • Loading branch information
sreckamp committed Jan 31, 2024
1 parent e1b857b commit 0027d36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*.idea*
*__pycache__*
venv
.python-version
2 changes: 2 additions & 0 deletions benchmark/reference_submissions/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.zip*
main.cpp
2 changes: 2 additions & 0 deletions benchmark/training/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
perf_samples
y_labels.csv

0 comments on commit 0027d36

Please sign in to comment.