This commit is contained in:
Mikkeli Matlock
2026-05-28 14:05:34 +09:00
parent c466de62b2
commit cf901a5686
14 changed files with 1848 additions and 648 deletions
+2 -3
View File
@@ -1,5 +1,3 @@
files.txt
# Font directory - avoid licensing issues by not committing font files
# Keep the directory structure but ignore actual font files
fonts/*.ttf
@@ -8,10 +6,11 @@ fonts/*.ttc
# But preserve the placeholder file
!fonts/PLACE_YOUR_FONT_FILES_HERE
# Python cache
# Python cache and build artifacts
__pycache__/
*.pyc
*.pyo
*.egg-info/
# IDE files
.vscode/