Files
railway-client/.gitignore
minsung ccba1266b5 프로젝트 분리 이동
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 14:28:27 +09:00

68 lines
846 B
Plaintext

# 가상환경 (용량 크므로 제외)
.venv/
.venv_client/
# 모델 파일 (용량 매우 큼)
*.pt
*.pth
*.onnx
*.gz
# 로그
X-AnyLabeling-Server/logs/
*.log
# Python
__pycache__/
*.pyc
*.pyo
# 캐시
.cache/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# 임시 파일
create_shortcuts.ps1
# 클로드 개인 설정/메모리
.claude/
# X-AnyLabeling-Server (별도 git repo, submodule 아님)
X-AnyLabeling-Server/
# 용량 큰 데이터/결과 폴더
drone_2cm/
output/
runs/
data/
# 용량 큰 원본 영상 파일
*.tif
경부선_2-2구간_미션33-34(5cm).png
# 논문/문서 파일
*.pdf
*.txt
# 미정리 툴 (작업 중)
tools/render_polygons_rainbow.py
tools/render_yolo_labels.py
tools/sam3_sleeper_detect.py
tools/tif_hollow_detect.py
# 기타
src/
PRPs/
nul
triton-*.whl
pyproject.toml
Project_Status.md
.usage/