# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# kicad-bot runtime output
kicad-bot-output/
*_metrics.json
report.md
pr_comment.md

# KiCad / KiBot transients
*-backups/
fp-info-cache
*.kicad_sch-bak
*.kicad_pcb-bak
_autosave-*

# OS / editor
.DS_Store
Thumbs.db
desktop.ini
.idea/
.vscode/
