init
This commit is contained in:
commit
971e49db5c
246 changed files with 93082 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Smart Connections — machine-generated vector index / DBs (do not hand-edit or commit)
|
||||
.smart-env/
|
||||
.smtcmp_json_db/
|
||||
.smtcmp_vector_db.tar.gz
|
||||
|
||||
# graphify — generated knowledge-graph output
|
||||
graphify-out/
|
||||
|
||||
# Obsidian — local UI/workspace cache (plugin & appearance config stay tracked)
|
||||
.obsidian/workspace.json
|
||||
.obsidian/workspace-mobile.json
|
||||
|
||||
# OS / editor cruft
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*~
|
||||
Loading…
Add table
Add a link
Reference in a new issue