# Node node_modules/ npm-debug.log* yarn-debug.log* pnpm-debug.log* .npm/ # Environment .env .env.local .env.*.local # Python (Phase 2 — when src/ Python client is added) .venv/ __pycache__/ *.egg-info/ *.pyc .pytest_cache/ .mypy_cache/ .ruff_cache/ # Media (대용량 — S3에만 보관) inputs/*/* outputs/*/* !inputs/.gitkeep !outputs/.gitkeep !inputs/.gitignore !outputs/.gitignore # Remotion render outputs (재생성 가능) remotion/out/ # Server runtime (업로드/렌더 결과) server/.uploads/ server/outputs/ # Vercel (배포 메타 — 로컬 링크 정보) .vercel/ # OS .DS_Store # IDE .vscode/ .idea/ *.swp