Files
Aislo/.gitignore
T

74 lines
1.9 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/ — mtime 캐시라 PC 마다 다름. `/` 로 뿌리에만 걸 것
# (`/` 가 없으면 docs/wiki/graphify-out 까지 같이 막힘 — 2026-09-09 실측)
/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 위키 산출물 — 창끼리 같은 위키를 찾게 **통째로** git 으로 나름
# (2026-09-09 사용자 확정 「출력물 전체를 공유해도 됨」).
# 다만 아래 둘은 PC 마다 다른 값이라 나르면 안 됨 — 나르면 상대 PC 에서 어긋남.
docs/wiki/graphify-out/.graphify_python
docs/wiki/graphify-out/.graphify_incremental.json