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 c2aa21e commit 15366e9Copy full SHA for 15366e9
.gitignore
@@ -14,22 +14,24 @@ torchax/**/runs/
14
15
# BEGIN NOT-CLEAN-FILES (setup.py handles this marker. Do not change.)
16
#
17
-# Below files are not deleted by "setup.py clean".
+# Files below are not deleted by "setup.py clean".
18
19
-# Visual Studio Code files
+# Visual Studio Code files.
20
.vs
21
.vscode/
22
23
-# Files autogenerated by docs/docs_build.sh
+# Files autogenerated by docs/docs_build.sh.
24
/core
25
/docs/src/*
26
27
-# Local terraform state
+# Local terraform state.
28
.terraform
29
30
31
-# Build system temporary files
+# Bazel temporary files.
32
bazel-*
33
+MODULE.bazel
34
+MODULE.bazel.lock
35
-# Clangd cache directory
36
+# Clangd cache directory.
37
.cache/*
0 commit comments