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

# pingmon runtime config (machine-specific; lives in ~/.config/pingmon)
/config.toml

# research notes (private; not published to GitHub)
/research/

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
