-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (39 loc) · 875 Bytes
/
.gitignore
File metadata and controls
47 lines (39 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# === Claude Code & AI Toolkit ===
.claude/
.ecc/
CLAUDE.md
.claudeignore
# === MATLAB Autosave files (자동 저장 파일) ===
*.asv
*.m~
*.mlapp~
# === Compiled binaries / MEX files (컴파일된 바이너리) ===
*.mex*
*.mexa64
*.mexw64
*.mexw32
*.mexmaci64
# === Simulink generated files and caches (시뮬링크 캐시 및 빌드 폴더) ===
slprj/
sfprj/
*.slxc
# === MATLAB specific temporary files ===
*.prj~
*.log
# === Office autosave files (자동 저장 임시 파일) ===
*.tmp
~$*.xls*
~$*.ppt*
~$*.doc*
~*.doc*
# === HWP (Hangul) autosave files (한글 자동 저장) ===
~$*.hwp*
~$*.hwpx*
*.hwp.bak
*.hwpx.bak
# === Raw Data (원본 센서 데이터 — 절대 Git 추적 제외) ===
5_Exp/52_Empirical/Raw/
# === (선택) 용량이 큰 데이터 파일 제외 ===
# 필요 시 아래 주석을 해제하여 대용량 파일 제외
# *.mat
# *.fig