publish .gitignore

This commit is contained in:
brockdarnold 2026-06-14 07:17:38 +00:00
parent 18d5a23bac
commit edf677caed

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
# Per-machine config (webhook, ntfy topic, OCR snip region) — never published.
config.ini
# Runtime state / snips / caches
*.png
__pycache__/
*.pyc
.last_*
*.state
*.log