# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
*.whl

# Compiled extensions
*.so
*.dylib
*.pyd

# scikit-build-core / CMake
_skbuild/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
