# 빌드 산출물
dist/
build/
*.egg-info/

# 파이썬
__pycache__/
*.py[cod]
.venv/
venv/

# 도구 캐시
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.poc-results/

# 로컬 설정
.env
