OmniNX/.gitignore
niklascfw 698049c0de
ci: daily refresh of badge-data.json and README badge cleanup
- 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
2026-04-09 23:23:26 +02:00

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/