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 e2b3016 commit 9a2747fCopy full SHA for 9a2747f
.gitignore
@@ -1,32 +1,17 @@
1
-# Prerequisites
2
-*.d
+# VTKCleaver
+_skbuild
3
+_deps
4
+vtk-wheel-sdk-build
5
+vtk-wheel-sdk-subbuild
6
+vtkexternalmodule-build
7
+vtkexternalmodule-subbuild
8
-# Compiled Object files
-*.slo
-*.lo
-*.o
-*.obj
9
+# Cleaver
10
+debug.dump
11
-# Precompiled Headers
-*.gch
12
-*.pch
13
-
14
-# Compiled Dynamic libraries
15
-*.so
16
-*.dylib
17
-*.dll
18
19
-# Fortran module files
20
-*.mod
21
-*.smod
22
23
-# Compiled Static libraries
24
-*.lai
25
-*.la
26
-*.a
27
-*.lib
28
29
-# Executables
30
-*.exe
31
-*.out
32
-*.app
+# Python
+wheelhouse
+.venv
+__pycache__
+*.egg-info
+dist/
0 commit comments