Files
Aislo/.gitignore
T
eomsangdonandClaude Opus 5 eb30b774f8 chore(docs): docs 폴더 git 추적 전환 · PLAN·OWNERS 최상위 이관
- `docs/` 를 .gitignore 에서 빼 git 추적 대상으로 전환 (위키·완료 이력·검증 기록)
- `docs/raw/PLAN.md` · `docs/raw/OWNERS.md` 를 저장소 최상위로 이동 후 .gitignore 에 등록
  — 창끼리 공유하되 저장소에는 안 올리는 장부
- 살아 있는 경로 참조 7개 파일 정정 (아카이브 107건은 그때 사실이라 그대로 둠)
- graphify 날짜별 산출물(`docs/wiki/graphify-out/20*/`) 제외 — `graphify update` 가 다시 만듦

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-09 18:19:07 +09:00

69 lines
1.5 KiB
Plaintext

# 에이전트 및 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/ 는 git 추적 대상 (위키·완료 이력·검증 기록 — 다른 AI 가 위키화)
# 아래 둘만 제외 — 창끼리 시놀로지로 공유하는 장부
/PLAN.md
/OWNERS.md
graphify-out/
# 리소스 (현재 통째 제외 — knowledge 예외 전환은 사용자 결정 대기)
#resources/
# 전국 등고선 gpkg 22GB — 영구 추적 제외 (배포서버 구성 시 직접 배치)
resources/data_global_contours/national_contours.gpkg
# 로그 파일
*.log
# 루트 폴더 특정 파일 무시 (사용자 요청)
/.prettierrc
/.gitignore
/AGENTS.md
/CLAUDE.md
# 루트 임시 파일 (세션 도구 산출물)
.tmp_*
*.log.err
tmp/
**/.obsidian/
# 코리도 서버 사전 생성 번들 — `npm run build:corridor` 산출물(2026-09-04).
# 소스가 바뀌면 서버가 스스로 다시 만든다(B05_Profile_Corridor_Prebuild.py).
config/corridor_node/
# 횡단 서버 재계산 번들 — `npm run build:server-calc` 산출물(2026-09-06).
config/server_calc_node/
# graphify 날짜별 산출물 — `graphify update` 가 다시 만듦 (한 벌 796KB × 날마다)
docs/wiki/graphify-out/20*/