# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.venv-ft

# CMake / C++
.cache/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.so
*.dylib
*.pyd
_skbuild/
compile_commands.json

# IDE
.vscode/
.idea/
.zed/

# macOS
.DS_Store

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

# flame graphs and profiles
*.html

# Sphinx
docs/_build/
docs/_generated/
