mangubee commited on
Commit
12ba14c
·
1 Parent(s): 2e3c815

chore: ignore entire docs/ folder (not in git)

Browse files
Files changed (1) hide show
  1. .gitignore +2 -2
.gitignore CHANGED
@@ -46,8 +46,8 @@ _output/
46
  # Reference materials (not in git, static copies)
47
  ref/
48
 
49
- # Documentation PDFs (not in git, use external storage)
50
- docs/*.pdf
51
 
52
  # Testing
53
  .pytest_cache/
 
46
  # Reference materials (not in git, static copies)
47
  ref/
48
 
49
+ # Documentation folder (not in git, external storage)
50
+ docs/
51
 
52
  # Testing
53
  .pytest_cache/