Skip to content

Commit d58a1c9

Browse files
committed
chore: Organize .gitignore files into alphabetical sections
1 parent 97698b3 commit d58a1c9

4 files changed

Lines changed: 110 additions & 98 deletions

File tree

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Claude
2-
.claude/*.local.json
3-
4-
# bolt-python build scratch (used by /project:update-bolt command)
1+
# Build
52
.bolt-python-build/
63

4+
# Claude Code
5+
.claude/*.local.json
6+
77
# Git
88
.worktrees/
99

10-
# Slack App Templates
11-
*/.slack/apps.json
12-
*/.slack/apps.dev.json
13-
1410
# macOS
1511
.DS_Store
12+
13+
# Slack
14+
*/.slack/apps.json
15+
*/.slack/apps.dev.json

claude-agent-sdk/.gitignore

Lines changed: 34 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,52 @@
1-
# general things to ignore
1+
# Build
22
build/
33
dist/
44
docs/_sources/
55
docs/.doctrees
6-
.eggs/
7-
*.egg-info/
8-
*.egg
9-
*.py[cod]
10-
__pycache__/
11-
*.so
12-
*~
136

14-
# virtualenv
15-
env*/
16-
venv/
17-
.venv*
18-
.env*
19-
!.env.sample
7+
# Claude Code
8+
.claude/*.local.json
209

21-
# codecov / coverage
10+
# Coverage
2211
.coverage
2312
cov_*
2413
coverage.xml
2514

26-
# due to using tox and pytest
27-
.tox
28-
.cache
29-
.pytest_cache/
30-
.python-version
31-
pip
32-
.mypy_cache/
15+
# Editors
16+
.idea/
3317

34-
# misc
35-
tmp.txt
18+
# Environment
19+
.env*
20+
!.env.sample
21+
env*/
22+
venv/
23+
.venv*
24+
25+
# Logs
3626
logs/
3727

3828
# macOS
3929
.DS_Store
40-
*.db
41-
.pytype/
42-
.idea/
4330

44-
# oauth data
31+
# OAuth
4532
data/
4633

47-
# claude
48-
.claude/*.local.json
34+
# Python
35+
__pycache__/
36+
*.db
37+
*.egg
38+
*.egg-info/
39+
*.eggs/
40+
*.py[cod]
41+
*.so
42+
.mypy_cache/
43+
.pytype/
44+
.python-version
45+
*~
46+
pip
47+
48+
# Testing
49+
.cache
50+
.pytest_cache/
51+
.tox
52+
tmp.txt

openai-agents-sdk/.gitignore

Lines changed: 34 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,52 @@
1-
# general things to ignore
1+
# Build
22
build/
33
dist/
44
docs/_sources/
55
docs/.doctrees
6-
.eggs/
7-
*.egg-info/
8-
*.egg
9-
*.py[cod]
10-
__pycache__/
11-
*.so
12-
*~
136

14-
# virtualenv
15-
env*/
16-
venv/
17-
.venv*
18-
.env*
19-
!.env.sample
7+
# Claude Code
8+
.claude/*.local.json
209

21-
# codecov / coverage
10+
# Coverage
2211
.coverage
2312
cov_*
2413
coverage.xml
2514

26-
# due to using tox and pytest
27-
.tox
28-
.cache
29-
.pytest_cache/
30-
.python-version
31-
pip
32-
.mypy_cache/
15+
# Editors
16+
.idea/
3317

34-
# misc
35-
tmp.txt
18+
# Environment
19+
.env*
20+
!.env.sample
21+
env*/
22+
venv/
23+
.venv*
24+
25+
# Logs
3626
logs/
3727

3828
# macOS
3929
.DS_Store
40-
*.db
41-
.pytype/
42-
.idea/
4330

44-
# oauth data
31+
# OAuth
4532
data/
4633

47-
# claude
48-
.claude/*.local.json
34+
# Python
35+
__pycache__/
36+
*.db
37+
*.egg
38+
*.egg-info/
39+
*.eggs/
40+
*.py[cod]
41+
*.so
42+
.mypy_cache/
43+
.pytype/
44+
.python-version
45+
*~
46+
pip
47+
48+
# Testing
49+
.cache
50+
.pytest_cache/
51+
.tox
52+
tmp.txt

pydantic-ai/.gitignore

Lines changed: 34 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,52 @@
1-
# general things to ignore
1+
# Build
22
build/
33
dist/
44
docs/_sources/
55
docs/.doctrees
6-
.eggs/
7-
*.egg-info/
8-
*.egg
9-
*.py[cod]
10-
__pycache__/
11-
*.so
12-
*~
136

14-
# virtualenv
15-
env*/
16-
venv/
17-
.venv*
18-
.env*
19-
!.env.sample
7+
# Claude Code
8+
.claude/*.local.json
209

21-
# codecov / coverage
10+
# Coverage
2211
.coverage
2312
cov_*
2413
coverage.xml
2514

26-
# due to using tox and pytest
27-
.tox
28-
.cache
29-
.pytest_cache/
30-
.python-version
31-
pip
32-
.mypy_cache/
15+
# Editors
16+
.idea/
3317

34-
# misc
35-
tmp.txt
18+
# Environment
19+
.env*
20+
!.env.sample
21+
env*/
22+
venv/
23+
.venv*
24+
25+
# Logs
3626
logs/
3727

3828
# macOS
3929
.DS_Store
40-
*.db
41-
.pytype/
42-
.idea/
4330

44-
# oauth data
31+
# OAuth
4532
data/
4633

47-
# claude
48-
.claude/*.local.json
34+
# Python
35+
__pycache__/
36+
*.db
37+
*.egg
38+
*.egg-info/
39+
*.eggs/
40+
*.py[cod]
41+
*.so
42+
.mypy_cache/
43+
.pytype/
44+
.python-version
45+
*~
46+
pip
47+
48+
# Testing
49+
.cache
50+
.pytest_cache/
51+
.tox
52+
tmp.txt

0 commit comments

Comments
 (0)