# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/

# venv
.venv/
venv/
env/

# 환경·비밀
.env
.env.local
*.key

# 빌드 · 캐시
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage
coverage.xml

# IDE
.idea/
.vscode/
*.swp

# Design Ref §3.1 — Command history DB (로컬 감사)
*.sqlite
*.sqlite3
*.db

# Design Ref §3.2 — 리플렉션 덤프 (UE 플러그인이 생성)
registry.json
