Initial commit for OmniLottie project page

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
i-yangyiying
2026-02-12 21:31:55 +08:00
co-authored by Claude Opus 4.6
commit 3261cc21c6
19 changed files with 3675 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
*.py
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
# Temporary files
*.tmp
*.bak
*.swp
# Documentation and scripts (不上传到GitHub Pages)
*.md
*.sh
# Backup
.git.bak/
# Don't ignore these important files
!static/css/index.css
!static/js/index.js