# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual envs
.venv/
venv/
env/
ENV/

# uv
.uv-cache/

# Tools
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Robot Framework artifacts
log.html
report.html
output.xml
selenium-screenshot-*.png

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Project-specific
output/
debug/
*.local.yaml
.env
failures.jsonl
walk_log.jsonl
emit.jsonl
site/
