20 lines
202 B
Plaintext
20 lines
202 B
Plaintext
# Build cache
|
|
.hvigor/
|
|
entry/build/default/
|
|
trulymem-core/build/default/
|
|
trulymem-core/.preview/
|
|
build/
|
|
dist/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Database
|
|
graph_memory.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|