Skip to content

Commit 94a9d6e

Browse files
committed
chore: fix and extend .gitignore for version files and devlog
1 parent 564d7b1 commit 94a9d6e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ env/
1818

1919
# Version files generated by hatch-vcs
2020
coordinode/_version.py
21+
coordinode/coordinode/_version.py
2122
langchain-coordinode/langchain_coordinode/_version.py
2223
llama-index-coordinode/llama_index/graph_stores/coordinode/_version.py
24+
25+
# Local dev / arch docs — not part of the SDK
2326
GAPS.md
2427
CLAUDE.md
28+
DEVLOG*.md
29+
2530
**/.ipynb_checkpoints/

0 commit comments

Comments
 (0)