Skip to content

Commit f0432da

Browse files
Adds python bytecode files to .gitignore (anthropics#2)
1 parent d4c62d4 commit f0432da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
# macOS system files
12
.DS_Store
3+
4+
# Python bytecode files
5+
__pycache__/
6+
*.pyc

0 commit comments

Comments
 (0)