-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (41 loc) · 1.04 KB
/
.gitignore
File metadata and controls
49 lines (41 loc) · 1.04 KB
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
48
49
# 운영체제 관련 파일
.DS_Store # macOS
Thumbs.db # Windows
# 빌드 및 컴파일된 파일
*.o # 오브젝트 파일
*.class # Java 클래스 파일
*.pyc # Python 컴파일된 파일
/build/ # 빌드 아웃풋 디렉토리
/dist/ # 배포 아웃풋 디렉토리
/venv/ # 가상 환경
# 패키지 매니저 파일
node_modules/ # Node.js 패키지
vendor/ # Composer(PHP) 또는 기타 의존성 디렉토리
# 로그 파일 및 데이터베이스 파일
#*.log
#*.sql
#*.sqlite
# 환경 설정 파일 (민감 정보 포함 가능)
#.env
.env_this
#config.ini
tmp_this.ini
#secrets.py
/hf_token/
hf_token.txt
/environment/
nocommit.txt
nocommit.ini
# 특정 IDE/편집기 설정 파일
.idea/ # IntelliJ IDEA
.vscode/ # VS Code (일부 프로젝트에서 공유하기도 함)
*.sublime-project
*.sublime-workspace
# 임시 파일
*~ # Emacs 백업 파일
*.bak # 백업 파일
# 특정 파일 제외
#my_secret_file.txt
nocommit/
__pycache__/
/apps/deeplearning/models/