Skip to content

Commit 1082da9

Browse files
committed
Add .ruff_cache and lib/* with lib/Fathom/ exception
1 parent 529a564 commit 1082da9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.claudeignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ __pycache__/
2424
*.pyc
2525
*.pyo
2626

27+
## Ruff cache
28+
29+
.ruff_cache/
30+
31+
## External libraries (but allow Fathom submodule)
32+
33+
lib/*
34+
!lib/Fathom/
35+
2736
## Syzygy tablebases
2837

2938
syzygy/

0 commit comments

Comments
 (0)