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

# Generated by hatch-vcs
src/ssik/_version.py

# Build artefacts
*.so
*.dylib
*.dll
*.o
*.obj
_skbuild/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile

# Generated solvers (development; the package will use ~/.cache/ssik/ at runtime)
generated/

# Tests
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking / lint caches
.mypy_cache/
.ruff_cache/

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

# mkdocs build output
site/
*.cpython-*-darwin.so
*.cpython-*-linux-gnu.so
src/ssik/**/*.c
src/ssik/**/*.html
# Cython artefacts from per-arm artifact compile (#137 Slice 3).
tests/artifacts/*.c
tests/artifacts/*.html
build/
