# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl
.venv/
venv/
env/

# uv
.uv/
uv.lock

# C++ / CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.o
*.so
*.a
*.dylib
*.dll
_skbuild/
_cmake_test_compile/

# pybind11 / scikit-build
_core*.so
_core*.pyd

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

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Docs
docs/_build/
