# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local machine overrides and runtime state must never enter the public tree.
workspace.local.toml
state/
backups/
secrets/
*.secret
*.local.toml

# Editors / OS
.DS_Store
Thumbs.db
.idea/
.vscode/

# Agent runtime artifacts that could leak from a workspace
auth.json
history.jsonl
*.sqlite
*.sqlite-shm
*.sqlite-wal
sessions/
logs/
