Skip to content

Commit a3b4668

Browse files
Transurgeonclaude
andauthored
Add .gitignore for build artifacts and compiled extensions (#8)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c316612 commit a3b4668

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Build artifacts
2+
build/
3+
dist/
4+
5+
# Python
6+
__pycache__/
7+
*.py[cod]
8+
*.egg-info/
9+
10+
# Compiled extensions
11+
*.so
12+
*.dylib
13+
*.dll

0 commit comments

Comments
 (0)