mirror of
https://github.com/OpenVGLab/OmniLottie.git
synced 2026-09-17 07:36:27 +00:00
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
46 lines
410 B
Plaintext
46 lines
410 B
Plaintext
# 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
|