-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (30 loc) · 709 Bytes
/
.gitignore
File metadata and controls
31 lines (30 loc) · 709 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
# Ignore the entire vs directory
/.vs/
# Ignore the entire vscode directory
/.vscode/
# Ignore the entire models directory
/models/
# Ignore the entire tokenizers directory
/tokenizers/
# Ignore the entire promos directory
/promos/
# Ignore the entire papers directory
/papers/
# Ignore the entire backups directory
/backups/
# Ignore the entire expirements directory
/expirements/
# Ignore the entire improvements directory
/improvements/
# Ignore the entire pychache directory
**/__pycache__/
# Ignore the enviroment variables file
/.env
# Ignore any other GPT Numpy json file
/GPT *.py
/GPT Numpy *.py
/GPT Cupy *.py
# Ignore any other GPT Numpy json file
/GPT *.ipynb
/GPT Numpy *.ipynb
/GPT Cupy *.ipynb