26 lines
401 B
Plaintext
26 lines
401 B
Plaintext
# Font directory - avoid licensing issues by not committing font files
|
|
# Keep the directory structure but ignore actual font files
|
|
fonts/*.ttf
|
|
fonts/*.otf
|
|
fonts/*.ttc
|
|
# But preserve the placeholder file
|
|
!fonts/PLACE_YOUR_FONT_FILES_HERE
|
|
|
|
# Python cache and build artifacts
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# claude
|
|
.claude/ |