chore: remove remaining __pycache__ files, add .gitignore

This commit is contained in:
root
2026-04-28 17:09:37 +08:00
parent 4bfa4673be
commit ce7d3b532f
8 changed files with 18 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@ -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