We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85e2a5 commit e0b4534Copy full SHA for e0b4534
.gitignore
@@ -6,6 +6,7 @@ build
6
outputs
7
dist/*
8
.vscode
9
+.vs
10
11
# data
12
data
@@ -20,3 +21,18 @@ torchtitan/experiments/flux/assets/*
20
21
*.log
22
error.json
23
_remote_module_non_scriptable.py
24
+
25
+# Editor temporaries (VIM)
26
+[._]*.s[a-v][a-z]
27
+[._]*.sw[a-p]
28
+[._]s[a-rt-v][a-z]
29
+[._]ss[a-gi-z]
30
+[._]sw[a-p]
31
+Session.vim
32
+Sessionx.vim
33
+.netrwhist
34
+*~
35
+.~lock.*
36
37
+# macOS dir files
38
+.DS_Store
0 commit comments