# Python bytecode and test cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
test-results/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Python packaging and virtual environments
.venv/
venv/
env/
ENV/
build/
dist/
*.egg-info/
.eggs/

# Morpheus local runtime artifacts
.morpheus/
dataset.jsonl
reports/
morpheus_adapters/

# Local assistant memory and development handoff artifacts
.openclaw/
SOUL.md
USER.md
IDENTITY.md
MEMORY.md
memory/
AGENT_*.md
docs/superpowers/
*.zip

# Rust and Tauri build artifacts
target/
ui/target/
ui/dist/

# Local logs and process files
*.log
*.pid

# Editor and OS files
.DS_Store
.idea/
.vscode/
