# IDE 配置（保留部分通用设置，排除个人配置）
.vscode/settings.json

# 项目文档（内部资料，不公开）
CLAUDE.md
/reference
/CCimages
/specs
/skill

# ---- Pay-Switch 运行时数据 ----
# 浏览器 Profile 数据（含登录 Cookie，绝对不能提交）
profiles/

# SQLite 数据库（含交易记录，个人隐私数据）
*.db
*.db-shm
*.db-wal

# 用户配置目录（含 API Key 等敏感信息）
.payswitch/

# 环境变量（含 PyPI Token 等密钥）
.env

# ---- Python 构建产物 ----
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.egg
dist/
build/
.eggs/

# ---- 虚拟环境 ----
.venv/
venv/
env/
.env/

# ---- 测试与覆盖率 ----
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# ---- 类型检查 ----
.mypy_cache/
.pyright/

# ---- 系统文件 ----
.DS_Store
Thumbs.db

.gemini-cli-advisor/
/specs
