Skip to content

Commit 069b717

Browse files
authored
chore(gitignore): group Claude tooling entries under their own section (#63)
Move CLAUDE.md and .claude/ out of the # Python block into a dedicated section so the categorisation matches what the entries actually are.
1 parent 8f79339 commit 069b717

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ dist/
1111
build/
1212
*.so
1313
*.dylib
14-
CLAUDE.md
1514
*.dll
1615
.venv/
1716
venv/
18-
.claude/
1917
junk/
2018
.mypy_cache/
2119
.pytest_cache/
2220
.ruff_cache/
2321

22+
# Claude Code
23+
CLAUDE.md
24+
.claude/
25+
2426
# IDE
2527
.idea/
2628
.vscode/

0 commit comments

Comments
 (0)