We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd253a5 commit 2aa23ecCopy full SHA for 2aa23ec
1 file changed
.gitignore
@@ -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