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

# 環境変数（絶対にコミットしない）
.env
.env.local
.env.*.local

# Node.js
node_modules/
.next/
out/

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp

# テスト・カバレッジ
.pytest_cache/
.coverage
htmlcov/

# Vercel
.vercel
