Files
OmniLottie/.gitignore
T
2026-02-12 21:31:55 +08:00

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