-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
90 lines (84 loc) · 850 Bytes
/
.gitignore
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# env
*.DS_Store
**/.DS_Store
*.ipynb_checkpoints
__pycache__
.vscode
.env
**/node_modules/*
**/.hf
**/.huggingface
modules/
demo/
# common files
*.csv
*.txt
*.json
*.png
*.jpg
*.JPG
*.jpeg
*.gif
*.bmp
*.tiff
*.tif
*.mp4
*.mov
*.avi
*.bmp
*.zip
*.tar.gz
*.pdf
# log
*.log
*.err
*.out
*.key
# torch model
*.pt
*.pth
*.log
*.err
*.yaml
*.ckpt
*.cache
#
**/events.out.tfevents.*
# folders
slides/
modules/
# notebooks/*
# notes/*
notes/output/
out/*
run/logs/*
lightning_logs/*
# **/examples/*
# log files
*.err
*.log
*.out
**/events.out.tfevents.*
# images/videos
*.jpg
*.jpeg
*.tar.gz
# python miscs
*.pyc
# model files
*.h5
*.ckpt
*.pt
PyPI-Recovery-Codes-poissonfish-2024-02-07T22_31_52.500609.txt
# exception
!**/demo/**
!requirements.txt
!modules/ring_capture/packages/**
!ms/*.jpg
# latex
*.aux
*.fdb_latexmk
*.gz
*.files
**/main.blg
*.fls