diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 7489d923..00000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index 5749adb5..0e0ec299 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ rag_storage venv/ examples/input/ examples/output/ +.DS_Store \ No newline at end of file diff --git a/get_all_edges_nx.py b/examples/get_all_edges_nx.py similarity index 100% rename from get_all_edges_nx.py rename to examples/get_all_edges_nx.py diff --git a/test.py b/examples/test.py similarity index 100% rename from test.py rename to examples/test.py diff --git a/test_chromadb.py b/examples/test_chromadb.py similarity index 100% rename from test_chromadb.py rename to examples/test_chromadb.py diff --git a/test_neo4j.py b/examples/test_neo4j.py similarity index 100% rename from test_neo4j.py rename to examples/test_neo4j.py