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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Agent and IDE control-plane metadata
.hermes/
.serena/
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Secrets / local state
.env
.env.*
!.env.example
rclone.conf
.rclone/
*.db
links.jsonl

# Generated local artifacts
artifacts/probe-results/
*.log
.cache/
.ruff_cache/
