mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-07-27 08:57:30 +08:00
- Added PyGithub package to requirements.txt for GitHub API interaction - Updated .gitignore to ignore github-stats-cache.json - Produced github-stats.json for storing GitHub stats - Modified scanner.py to include the GitHub stats fetching process
15 lines
178 B
Plaintext
15 lines
178 B
Plaintext
__pycache__/
|
|
.idea/
|
|
.vscode/
|
|
.tmp
|
|
.cache
|
|
config.ini
|
|
snapshots/**
|
|
startup-scripts/**
|
|
.openart_key
|
|
.youml
|
|
matrix_auth
|
|
channels.list
|
|
comfyworkflows_sharekey
|
|
github-stats-cache.json
|