Files
Aislo/.gitignore
T

56 lines
894 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/