# 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/
.skbuild-info.json
compile_commands.json

# cmake
.ninja_deps
.ninja_log
.cmake
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
_deps
appleclang*
gnu_14.3_cxx17_64_release/
src/GPATH
src/GRTAGS
src/GTAGS
.clangd
libnanobind-static-abi3.a

# cibuildwheel
wheelhouse

# test and temp files
tests/test_data/csgtree.json
__b_vs.xyz
__cutting.stl
__opt.stl

# nixos
shell.nix