chore: gitignore mempalace/__pycache__
Some checks failed
CI / test (pull_request) Failing after 6s
CI / validate (pull_request) Failing after 2s

Refs #1075

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Alexander Whitestone
2026-04-07 10:09:34 -04:00
parent c05febf86f
commit 3a48e8f7bd
4 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@@ -2,4 +2,5 @@ node_modules/
test-results/
nexus/__pycache__/
tests/__pycache__/
mempalace/__pycache__/
.aider*