Skip to content

Commit dd7281b

Browse files
Merge branch 'main' into feature/sepal
2 parents a2de1a2 + 9450efa commit dd7281b

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,23 @@ __pycache__/
1717

1818
# Venvs
1919
*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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.12.12
3+
rev: v0.13.0
44
hooks:
55
- id: ruff-check
66
args: ["--fix"]

0 commit comments

Comments
 (0)