Files
AutoDoneTeam/.gitignore
dela 8756bce4f8 chore: 清理敏感文件,更新 .gitignore
- 移除 config.py(包含敏感配置)
- 移除 CLAUDE.md(个人配置)
- 移除 complete_accounts.json(账户数据)
- 更新 .gitignore 防止再次提交

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 22:33:05 +08:00

46 lines
427 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
*.pyc
*.pyo
*.pyd
build/
dist/
wheels/
*.egg-info
*.egg
# Virtual environments
.venv/
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Project specific
registered_accounts.json
billing_urls.json
*.log
*.tmp
# Configuration with secrets
myconfig.py
config.py
billing_urls.json
*.env
.env
# Claude Code
.claude/
CLAUDE.md
# Account data
complete_accounts.json