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

# Test / tooling
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Runtime output
output/
logs/

# IDE
.idea/
.vscode/

# Local config (자격증명 보호)
config.toml
*.local.toml
