# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# --- 仮想環境 ---
.venv/
venv/
env/

# --- IDE / OS ---
.vscode/
.idea/
.DS_Store
Thumbs.db

# --- ローカル設定 / 生成物 ---
config.ini
*.log
build/
dist/

# --- 動作テスト用の生成物 ---
sample_takeout/
sample_organized/
