Remove __pycache__ files and fix .gitignore

- Update .gitignore to properly ignore __pycache__ in all subdirectories
- Add *.pyc and *.pyo patterns
- Remove accidentally committed pycache files from tracking

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
trav
2026-01-27 21:59:18 -08:00
parent d33717825d
commit e1f9417684
23 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -6,7 +6,10 @@ drawing.png
to_print.zpl
tmp/*
merged_image.png
__pycache__/*
__pycache__/
**/__pycache__/
*.pyc
*.pyo
freeze_frame.png
image-temp.jpg