mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
07778790d3
Signed-off-by: phernandez <paul@basicmachines.co> Signed-off-by: bm-clawd <clawd@basicmemory.com> Co-authored-by: bm-clawd <clawd@basicmemory.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
61 lines
633 B
Plaintext
61 lines
633 B
Plaintext
*.py[cod]
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.testmondata*
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# Installer artifacts
|
|
installer/build/
|
|
installer/dist/
|
|
rw.*.dmg # Temporary disk images
|
|
|
|
# Virtual environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.coverage.*
|
|
|
|
# obsidian docs:
|
|
/docs/.obsidian/
|
|
/examples/.obsidian/
|
|
/examples/.basic-memory/
|
|
|
|
|
|
# claude action
|
|
claude-output
|
|
**/.claude/settings.local.json
|
|
.mcp.json
|
|
.mcpregistry_*
|
|
/.testmondata
|
|
.benchmarks/
|