__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.venv/
venv/
.env
.envrc

# Patchium runtime
.cache/
*.sock
screenshot*.png
storage*.json

# OS / IDE
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Build
build/
dist/
.eggs/

# Test
.pytest_cache/
.coverage
htmlcov/

# Behavioural-oracle artifacts (0.18.x): personal baseline/recordings + the
# generated recorder page. baseline.json / oracle-trials.json contain an
# operator's mouse+keystroke distribution — never commit them to a public repo.
oracle-record.html
oracle-trials.json
baseline.json
