# Python
__pycache__/
*.py[cod]
*.pyd
*.so
*.dylib
*.dll
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.hypothesis/
.tox/
.nox/
.venv*/
venv/
env/
.env/
.cache/
.clangd/
compile_commands.json
CMakeUserPresets.json
cmake-build*/
pip-wheel-metadata/
*.whl

# Builds
build/
!cpp/src/internal/build/
!cpp/src/internal/build/**
dist/
wheelhouse/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
CTestTestfile.cmake
Testing/
install_manifest.txt
.ninja_deps
.ninja_log
*.ninja

# Editors
.vscode/
.idea/
*.code-workspace
.fleet/

# OS
.DS_Store
Thumbs.db

# Local developer config
.python-version
python-version
.envrc
.direnv/
.local/

# Example notebook outputs
examples/files/*
!examples/files/.gitkeep
