| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- # Local secrets
- .env
- .env.*
- *.local
- # Generated outputs
- outputs/
- dist/
- # Scratch / tooling run dirs
- .codex-run/
- .playwright-cli/
- _devin_tmp/
- _tihao_ref/
- tmp-verify/
- voc-verify*/
- _count_ec.js
- _inspect_jo.js
- _oss_probe.ps1
- # Python caches
- __pycache__/
- *.pyc
- # Build artifacts (npm pack tarballs / loose zips)
- *.tgz
- claude-code/*.zip
- # Generated runtime memory
- memory/douyin-speaking-history.json
- # Scratch run logs
- build.out
- fulltest.out
- fulltest.err
- publish.out
- # Dependencies
- node_modules/
- # Session transfer / local-only material
- .devin-transfer/
- inputs/
- milin-clashverge-wireguard-udp443.yaml
- # Backup files
- *.bak-*
- # Generated runtime outputs
- output/
- # 企微助手本地运行日志与测试数据
- *.log
- qwmsgs.json
- qwmsgs500.json
- qwrooms-once.json
- qwsessions.json
|