Skip to content

Commit 2aa23ec

Browse files
committed
Merge local files
1 parent bd253a5 commit 2aa23ec

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

.gitignore

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
2+
# custom
3+
.env
4+
.pyc
5+
.ipynb_checkpoints
6+
**/*.ipynb_checkpoints/
7+
wandb/
8+
__pycache__/
9+
**/__pycache__/
10+
.out
11+
lightning_logs/
12+
results_temp_dir/
13+
.comet.config
14+
15+
# Compiled source #
16+
###################
17+
*.com
18+
*.class
19+
*.dll
20+
*.exe
21+
*.o
22+
*.so
23+
24+
# Packages #
25+
############
26+
# it's better to unpack these files and commit the raw source
27+
# git has its own built in compression methods
28+
*.7z
29+
*.dmg
30+
*.gz
31+
*.iso
32+
*.jar
33+
*.rar
34+
*.tar
35+
*.zip
36+
37+
# OS generated files #
38+
######################
39+
.DS_Store
40+
.DS_Store?
41+
._*
42+
.Spotlight-V100
43+
.Trashes
44+
ehthumbs.db
45+
Thumbs.db

0 commit comments

Comments
 (0)