# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl
.pytest_cache/
.coverage
.tox/
venv/
env/
ENV/

# C++
*.o
*.a
*.so
*.dylib
*.dll
*.obj
*.lib
*.exp
*.pdb
*.ilk

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.cmake
!CMakeLists.txt
_skbuild/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Build directories
/build*/
/dist/
/_deps/
