# 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

# Virtualenvs (uv)
.venv/
venv/
ENV/
env/
env.bak/
venv.bak/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json

# Robot Framework outputs
output.xml
log.html
report.html
pabot_results/
pabot_results.html
.pabotsuitenames

# Environment / secrets
.env
.env.local
.env.*.local

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

# Project-specific scratch
/scratch/
/tmp_*/

# Runtime lock (machine/session-specific state)
.claude/scheduled_tasks.lock
