forked from Mirrors/OmniNX
- Add Gitea Actions workflow and update-badge-data.py to refresh download counts and version from the releases API on a schedule. - Simplify README shields (fewer dynamic badges) and move social badges to the footer; document the badge-data maintenance path. - Drop release_published_date from badge-data.json; ignore __pycache__. Made-with: Cursor
35 lines
260 B
Text
35 lines
260 B
Text
# Python
|
|
__pycache__/
|
|
|
|
# Build artifacts
|
|
build/
|
|
output/
|
|
*.zip
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Linux
|
|
*~
|
|
.directory
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*.log
|
|
stash/
|