Files
Aislo/.gitignore
T
eomsangdonandClaude Opus 5 be7503d741 chore(knowledge): 중첩 Obsidian 볼트 잔재 제거 + .obsidian gitignore
- resources/knowledge/knowledge/ 아래 남아 있던 .obsidian 설정과 기본 노트 삭제
- .gitignore에 **/.obsidian/ 추가 — 볼트 설정은 추적하지 않는다
- 03_미결_및_확인사항.md BOM 제거

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-22 16:26:25 +09:00

57 lines
908 B
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/
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/