We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ba350 commit 9450efaCopy full SHA for 9450efa
1 file changed
.gitignore
@@ -17,3 +17,23 @@ __pycache__/
17
18
# Venvs
19
*venv/
20
+
21
+# Build artifacts (CMake / scikit-build)
22
+/build/
23
+/CMakeFiles/
24
+/CMakeCache.txt
25
+/cmake_install.cmake
26
+/build.ninja
27
+/.ninja_deps
28
+/.ninja_log
29
+/libnanobind-static.a
30
+/install_manifest__mean_var_cuda.txt
31
+/_skbuild/
32
+/*.egg-info/
33
34
+# Compiled CUDA extension copied for editable installs
35
+*.so
36
37
+# Test/coverage caches
38
+/.pytest_cache/
39
+/.coverage
0 commit comments