We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2de1a2 + 9450efa commit dd7281bCopy full SHA for dd7281b
2 files 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
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.12.12
+ rev: v0.13.0
4
hooks:
5
- id: ruff-check
6
args: ["--fix"]
0 commit comments