diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8855307 --- /dev/null +++ b/.gitignore @@ -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