gitignore: exclude crescent detection debug images

*_debug_standard.jpg and *_debug_crescent.jpg are generated by
test_crescent_detect.py and should not be tracked.

https://claude.ai/code/session_01HuJ83KvMvshiY6HxJbtMsc
This commit is contained in:
Claude
2026-05-03 23:35:13 +00:00
parent 0a48771641
commit 6b03ae73a3
+2
View File
@@ -1,3 +1,5 @@
__pycache__/ __pycache__/
.env .env
sunrise-sounds/ sunrise-sounds/
*_debug_standard.jpg
*_debug_crescent.jpg