diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d00c221 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Build cache +entry/build/default/ +trulymem-core/build/default/ +trulymem-core/.preview/ +build/ +dist/ + +# Python cache +__pycache__/ +*.pyc + +# Database +graph_memory.db + +# IDE +.idea/ +.vscode/ +*.iml diff --git a/core/prompts/__pycache__/__init__.cpython-313.pyc b/core/prompts/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 9398fa6..0000000 Binary files a/core/prompts/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/core/prompts/__pycache__/prompt_manager.cpython-313.pyc b/core/prompts/__pycache__/prompt_manager.cpython-313.pyc deleted file mode 100644 index f45cd95..0000000 Binary files a/core/prompts/__pycache__/prompt_manager.cpython-313.pyc and /dev/null differ diff --git a/core/tools/__pycache__/__init__.cpython-313.pyc b/core/tools/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 5ba252b..0000000 Binary files a/core/tools/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/core/tools/__pycache__/memory_tools.cpython-313.pyc b/core/tools/__pycache__/memory_tools.cpython-313.pyc deleted file mode 100644 index dbb9b38..0000000 Binary files a/core/tools/__pycache__/memory_tools.cpython-313.pyc and /dev/null differ diff --git a/ui/models/__pycache__/__init__.cpython-313.pyc b/ui/models/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 0534f32..0000000 Binary files a/ui/models/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/ui/models/__pycache__/config.cpython-313.pyc b/ui/models/__pycache__/config.cpython-313.pyc deleted file mode 100644 index e9bc10c..0000000 Binary files a/ui/models/__pycache__/config.cpython-313.pyc and /dev/null differ diff --git a/ui/models/__pycache__/message.cpython-313.pyc b/ui/models/__pycache__/message.cpython-313.pyc deleted file mode 100644 index 8db1ce5..0000000 Binary files a/ui/models/__pycache__/message.cpython-313.pyc and /dev/null differ