Skip to content

Commit 7ee1129

Browse files
committed
commit
1 parent b6f1f5c commit 7ee1129

File tree

9 files changed

+888
-27
lines changed

9 files changed

+888
-27
lines changed

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,36 @@
33
everytime_data/everytime46.csv
44
*.csv
55
*.jpg
6+
7+
8+
### venv ###
9+
# Virtualenv
10+
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
11+
.Python
12+
[Bb]in
13+
[Ii]nclude
14+
[Ll]ib
15+
[Ll]ib64
16+
[Ll]ocal
17+
[Ss]cripts
18+
pyvenv.cfg
19+
.venv
20+
pip-selfcheck.json
21+
22+
23+
*.pth
24+
*.jpg
25+
*.png
26+
*.JPG
27+
*.mp4
28+
*.txt
29+
*.json
30+
*.gif
31+
*.zip
32+
*.gz
33+
*.exe
34+
*.pkl
35+
*.pth
36+
*.pt
37+
*.pyc
38+
*checkpoint.ipynb

Documents

8.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)