# Build artifacts
build/
builddir/
dist/
*.egg-info/
*.egg
__pycache__/
*.py[cod]
*.so
*.dylib
*.pyd
*.dll

# Cython generated
src/pylmrob/_core/*.c
src/pylmrob/_core/*.cpp
src/pylmrob/_core/*.html

# Environments
.venv/
venv/
.env
.python-version

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/

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

# Generated docs
docs/_build/
docs/_static/
docs/api/_autosummary/

# R reference outputs (regenerated on demand; small ones may be committed under tests/reference/)
scripts/_rcache/

# Test scratch (regenerated by tests/unit/test_d_scale.py)
tests/data/_d_test_*.csv

# Local-only
local/
scratch/
uv.lock
