__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.mypy_cache/
.pytest_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml
venv/
.venv/
.env
.idea/
src/smplkit/_version.py

# Stray files from accidental ``pip install >=N.N`` shell escapes,
# which write the version constraint to a file named ``=N.N`` instead
# of passing it to pip.
=*

# Claude Code
CLAUDE.md
CLAUDE.local.md
.claude/
