We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cfe2a commit b7f206eCopy full SHA for b7f206e
2 files changed
.gitignore
@@ -9,5 +9,23 @@ wheels/
9
# Virtual environments
10
.venv
11
12
+# Claude config
13
+.claude/
14
+
15
# real api config
16
ai_providers.toml
17
18
+# remove assets file
19
+*.md
20
+*.org
21
22
+# keep .md/.org file in tests/
23
+!tests/**/*.md
24
+!tests/**/*.org
25
26
+# keep README
27
+![Rr][Ee][Aa][Dd][Mm][Ee]*.md
28
+![Rr][Ee][Aa][Dd][Mm][Ee]*.org
29
30
+# remove output files
31
+*.apkg
sample.md
0 commit comments