-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
77 lines (65 loc) · 895 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Compiled source #
###################
*.pyc
*.pyd
*.so
*.o
__pycache__/
# OS generated files #
######################
.fuse_hidden*
*~
# Pip generated folders #
#########################
*.egg-info/
build/
dist/
# MISC
.mypy_cache
__tracked_surface.stl
# Mac
.DS_Store
**/.DS_Store
# emacs
*#
.#
flycheck*
# vim
*.swp
# PyCharm
.idea/
# virtual environments
venv/
.venv/
# VSCode
.vscode/
# skbuild
_skbuild/
# cmake
.ninja_deps
.ninja_log
CMakeCache.txt
CMakeFiles/
CMakeInit.txt
CPackConfig.cmake
CPackSourceConfig.cmake
build.ninja
cmake_install.cmake
lib/
ALL_BUILD.vcxproj
ALL_BUILD.vcxproj.filters
INSTALL.vcxproj
INSTALL.vcxproj.filters
PACKAGE.vcxproj
PACKAGE.vcxproj.filters
PyfTetWildWrapper.dir/
PyfTetWildWrapper.vcxproj
PyfTetWildWrapper.vcxproj.filters
ZERO_CHECK.vcxproj
ZERO_CHECK.vcxproj.filters
fTetWildWrapper.sln
x64/
Release/
mpir.dll
# cibuildwheel
wheelhouse