# Python caches
__pycache__/
*.py[cod]
*$py.class

# Python packaging/build outputs
*.egg-info/
build/
dist/
wheelhouse/

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

# Test and coverage artifacts
.pytest_cache/
.coverage
htmlcov/

# Local virtual environments
.venv/
venv/

# Data
*.h5
*.npz

CLAUDE.md
pypi-release.txt
