Initial commit: CRT photobooth

This commit is contained in:
2026-07-18 15:17:37 -04:00
commit 8af59ac11f
11 changed files with 1373 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# Python
__pycache__/
*.pyc
# Runtime output (recreated by the program as needed)
photos/
contact_sheets/
oldphoto/
# Editor backups
*~