Skip to content

Commit 97698b3

Browse files
committed
chore: Add .DS_Store to gitignore under macOS section
1 parent b41f20d commit 97698b3

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
# Slack App Templates
1111
*/.slack/apps.json
1212
*/.slack/apps.dev.json
13+
14+
# macOS
15+
.DS_Store

claude-agent-sdk/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ pip
3333

3434
# misc
3535
tmp.txt
36-
.DS_Store
3736
logs/
37+
38+
# macOS
39+
.DS_Store
3840
*.db
3941
.pytype/
4042
.idea/

openai-agents-sdk/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ pip
3333

3434
# misc
3535
tmp.txt
36-
.DS_Store
3736
logs/
37+
38+
# macOS
39+
.DS_Store
3840
*.db
3941
.pytype/
4042
.idea/

pydantic-ai/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ pip
3333

3434
# misc
3535
tmp.txt
36-
.DS_Store
3736
logs/
37+
38+
# macOS
39+
.DS_Store
3840
*.db
3941
.pytype/
4042
.idea/

0 commit comments

Comments
 (0)