# --- 보안: 절대 커밋 금지 ---
.env
.env.*
!.env.example
*.key
*.pem
secrets.*

# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

# --- 테스트/커버리지 ---
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.cache

# --- 도구/캐시 ---
.mypy_cache/
.ruff_cache/
.ipynb_checkpoints/

# --- IDE / 툴 ---
.idea/
.vscode/
*.swp
.claude/

# --- OS ---
.DS_Store
Thumbs.db

# --- goldfish 산출물 ---
*.report.html
charts/*.png
