Files
any-auto-register/.gitignore
2026-04-05 13:20:15 +08:00

81 lines
919 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
# 数据库
*.db
*.sqlite
*.sqlite3
# 日志
logs/
*.log
*.out
# 账号数据
accounts.txt
*_accounts.txt
account.txt
mail/
smstome_all_numbers.txt
smstome*_numbers.txt
smstome_used/
# 前端
frontend/node_modules/
frontend/dist/
# Electron
electron/node_modules/
electron/dist/
electron/backend/
# PyInstaller
backend.spec
static/
/build/
*.spec
# Docker 数据
data/
# 环境变量
.env
.env.local
.env.*
# macOS
.DS_Store
# IDE
.idea/
.vscode/
*.swp
.claude/
.docs/superpowers/
CLAUDE.md
.ace-tool/
# 运行时 / 缓存
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# 本地截图 / 调试文件
# 不要全局忽略图片/HTML避免误伤 docs/images 等正式资源
# 如有本地调试截图,请按需补充更精确的文件名规则
kiro_error.*
# 本地数据文件
account_manager.db