# Project-local runtime artifacts
memory_bank/
release/

# Python cache/bytecode
__pycache__/
*.py[cod]
*$py.class

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments and env files
.venv/
venv/
.env
.env.*

# Coverage and reports
.coverage
coverage.xml
htmlcov/

# Local runtime/config artifacts
overtli_studio_settings.json
overtli_studio_settings.local.json
*.log
*.tmp
*.bak

# OS/editor noise
.DS_Store
Thumbs.db
.vscode/
.idea/