claude-memory-mcp/.gitignore
2026-04-09 23:20:55 +00:00

50 lines
445 B
Text

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/
# Virtual environments
.venv/
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
# Environment
.env
.env.local
.env.production
# OS
.DS_Store
Thumbs.db
# Docker
docker/pgdata/
# Database
*.db
*.sqlite3
.hypothesis/
# Beads / Dolt files (added by bd init)
.dolt/
.beads-credential-key