# Python
__pycache__/
*.py[cod]
*.egg-info/

# uv / build
.venv/
dist/
build/

# 비밀: PyPI 토큰 절대 커밋 금지
.pypirc
*.token
