diff --git a/.gitignore b/.gitignore index a9928c2..465a007 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,9 @@ credentials.yaml # macOS .DS_Store + +# Local AI tooling artifacts (Claude Code swarm + ruvector) +.swarm/ +ruvector.db +**/.swarm/ +**/ruvector.db diff --git a/cypher-executor/.gitignore b/cypher-executor/.gitignore new file mode 100644 index 0000000..2b4d267 --- /dev/null +++ b/cypher-executor/.gitignore @@ -0,0 +1,4 @@ + +# Local AI tooling artifacts +.swarm/ +ruvector.db diff --git a/cypher-executor/src/.swarm/attestation.db b/cypher-executor/src/.swarm/attestation.db deleted file mode 100644 index e69de29..0000000 diff --git a/cypher-executor/src/.swarm/memory.db b/cypher-executor/src/.swarm/memory.db deleted file mode 100644 index db7a745..0000000 Binary files a/cypher-executor/src/.swarm/memory.db and /dev/null differ diff --git a/cypher-executor/src/.swarm/memory.db-shm b/cypher-executor/src/.swarm/memory.db-shm deleted file mode 100644 index f59cf25..0000000 Binary files a/cypher-executor/src/.swarm/memory.db-shm and /dev/null differ diff --git a/cypher-executor/src/.swarm/memory.db-wal b/cypher-executor/src/.swarm/memory.db-wal deleted file mode 100644 index 18b7932..0000000 Binary files a/cypher-executor/src/.swarm/memory.db-wal and /dev/null differ diff --git a/cypher-executor/src/ruvector.db b/cypher-executor/src/ruvector.db deleted file mode 100644 index cbf321b..0000000 Binary files a/cypher-executor/src/ruvector.db and /dev/null differ