Skip to content

Commit 5f864f9

Browse files
committed
fixes #7
1 parent fd510f9 commit 5f864f9

File tree

112 files changed

+8590
-16512
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+8590
-16512
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1+
CLAUDE.md
2+
_proc/
3+
sidebar.yml
4+
Gemfile.lock
5+
token
6+
_docs/
7+
conda/
8+
.last_checked
9+
.gitconfig
10+
*.bak
11+
*.log
112
*~
213
~*
14+
_tmp*
315
tmp*
416
tags
517

@@ -118,3 +130,18 @@ Thumbs.db
118130

119131
# pytest
120132
.pytest_cache
133+
134+
# tools/trust-doc-nbs
135+
docs_src/.last_checked
136+
137+
# symlinks to fastai
138+
docs_src/fastai
139+
tools/fastai
140+
141+
# link checker
142+
checklink/cookies.txt
143+
144+
# .gitconfig is now autogenerated
145+
.gitconfig
146+
147+
_docs

0 commit comments

Comments
 (0)