# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.venv/
venv/
env/

# 数据库文件（不提交，保护隐私数据）
*.db
*.sqlite
*.sqlite3

# 环境变量（包含 API Keys，绝对不提交）
.env

# 日志
*.log
logs/

# 前端构建产物
frontend/node_modules/
frontend/dist/
frontend/.cache/

# IDE
.idea/
.vscode/settings.json
*.swp
*.swo

# macOS
.DS_Store

# Windows
Thumbs.db
desktop.ini
