# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc

# 가상환경
.venv/
venv/
ENV/
env/
.env

# IDE/에디터
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# 로그/테스트
*.log
*.pytest_cache/
.coverage
htmlcov/
.tox/
.cache/
.mypy_cache/
.pytest_cache/

# 빌드
build/
dist/
*.egg-info/

# 기타
*.bak
*.tmp