Add .gitignore, remove cache and __pycache__ from tracking

This commit is contained in:
2026-04-15 10:01:06 +12:00
parent e0b51397e7
commit fa908730f6
+7
View File
@@ -0,0 +1,7 @@
# Python
__pycache__/
*.pyc
*.pyo
# Runtime image cache
cache/