Skip to content

Commit ba66dcd

Browse files
greynewellclaude
andcommitted
chore: remove .DS_Store and __pycache__ files, update .gitignore
Removes accidentally committed macOS and Python cache files from benchmark/. Adds .DS_Store, __pycache__/*.pyc, cover*.out, and *.graph.{go,py} to .gitignore. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d245241 commit ba66dcd

11 files changed

Lines changed: 15 additions & 0 deletions

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,18 @@ npm/bin/
44
/supermodel
55
/cli
66
.supermodel/
7+
8+
# macOS
9+
.DS_Store
10+
11+
# Python
12+
__pycache__/
13+
*.pyc
14+
*.pyo
15+
16+
# Go test coverage
17+
cover*.out
18+
19+
# Supermodel graph sidecars
20+
*.graph.go
21+
*.graph.py

benchmark/.DS_Store

-6 KB
Binary file not shown.
-174 Bytes
Binary file not shown.
-884 Bytes
Binary file not shown.
-318 Bytes
Binary file not shown.
-173 Bytes
Binary file not shown.
-532 Bytes
Binary file not shown.
-1.13 KB
Binary file not shown.
-10.7 KB
Binary file not shown.
-556 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)