# ============================================
# Python
# ============================================
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# ============================================
# 虚拟环境
# ============================================
venv/
ENV/
env/
.venv

# ============================================
# IDE
# ============================================
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# ============================================
# 环境变量
# ============================================
.env
.env.local
.env.*.local

# ============================================
# 数据库
# ============================================
*.db
*.sqlite
*.sqlite3

# ============================================
# 测试 & 覆盖率
# ============================================
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

# ============================================
# 日志
# ============================================
logs/
*.log

# ============================================
# 上传文件
# ============================================
uploads/

# ============================================
# Alembic
# ============================================
alembic/versions/*.pyc

# ============================================
# mypy
# ============================================
.mypy_cache/
.dmypy.json
dmypy.json

# ============================================
# ruff
# ============================================
.ruff_cache/

# ============================================
# 前端
# ============================================
frontend/node_modules/
frontend/dist/
frontend/.next/
frontend/out/
frontend/build/
frontend/.turbo/

# ============================================
# 其他
# ============================================
*.bak
*.tmp
*.orig
kanban-board/.env
