# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.venv/

# Rust
target/

# Local/editor/OS files
.DS_Store
.worktrees/
.vscode/
.idea/

# Build and generated output
*.log
site/
docs/_source/

# Frontend workspace output
web/monitor/node_modules/
web/monitor/dist/
web/monitor/.vite/
web/monitor/.playwright/
web/monitor/playwright-report/
web/monitor/test-results/
