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

# Virtual envs
.venv/
venv/
env/

# 인증키 — 절대 커밋 금지
.env
*.key

# OS / editor
.DS_Store
.idea/
.vscode/
