Skip to content

Commit 4ff79c2

Browse files
ci: update .gitignore
1 parent 4d2f68a commit 4ff79c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,7 @@ cython_debug/
178178

179179
# Ignore planning notes
180180
planning/
181-
.cursor/
181+
.cursor/
182+
183+
# Ignore our examples directory (for now)
184+
examples/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Semantic Versioning](https://img.shields.io/badge/semver-2.0.0-green)](https://semver.org/spec/v2.0.0.html)
44

55
# graphdoc
6+
67
Automating the generation of subgraph documentation through the utilization of Large Language Models.
78

89
## Development

0 commit comments

Comments
 (0)