Skip to content

Commit 9450efa

Browse files
authored
ignore build artifacts (#461)
1 parent 70ba350 commit 9450efa

1 file changed

Lines changed: 20 additions & 0 deletions

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

0 commit comments

Comments
 (0)