# Rust
target/
target_linux/
**/*.rs.bk

# supermemoryfs runtime state
*.db
*.log
dev-mnt/

# Live integration tests (require running API + credentials)
**/tests/*_live.rs

# End-to-end verify suite — local-only dev tooling, not part of the shipped product.
verify/

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

.plan/
.claude/
docs/
paper/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/