Skip to content

Commit 2229f43

Browse files
committed
Remove committed Python bytecode; add .gitignore
1 parent 7837ca6 commit 2229f43

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

-8.13 KB
Binary file not shown.

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Python bytecode
2+
__pycache__/
3+
*.pyc
4+
5+
# Benchmark run output (results are summarized in benchmarks/README.md)
6+
benchmarks/results/
7+
8+
# Editor/OS noise
9+
.DS_Store
10+
*.log

0 commit comments

Comments
 (0)