# 에이전트 및 IDE 설정 .agent/ .agents/ .claude/ .codex/ .dependencygraph/ .ruff_cache/ .vscode/ .workspace/ # 보안 및 환경 변수 # .env # .env.local # .env.*.local # Python 캐시 및 가상환경 venv/ __pycache__/ **/__pycache__/ *.pyc **/*.pyc **/*.pyo **/*.pyd .pytest_cache/ .ruff_cache/ .mypy_cache/ # Node / Frontend node_modules/ dist/ *.tsbuildinfo # 저장소 및 백업 데이터 storage/ 0_old/ docs/ graphify-out/ # DWG 분석 전처리 도구 (로컬 전용 — 바이너리·원본 DWG·변환 산출물 전부 추적 제외) resources/ # 로그 파일 *.log # 루트 폴더 특정 파일 무시 (사용자 요청) /.prettierrc /.gitignore /AGENTS.md /CLAUDE.md.tmp_*