__pycache__/
*.py[cod]
*$py.class
.coverage

# C extensions
*.so
*.a
.cproject
.project

# Distribution / packaging
.Python
build/
cmake-build-debug/
cmake-build-release/
/build-debug/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# third party directories which are pulled by CMake FetchContent
third_party/box2d/
third_party/fcl/
third_party/gpc/
third_party/libccd/
third_party/pybind11/
third_party/triangle/

# Sphinx documentation
doctrees

# Jupyter Notebook
.ipynb_checkpoints

# PyCharm
**/.idea

# Eclipse
.settings

# macOS
.DS_Store
