# Private working notes
*.local.md

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv
src/sysml2kit/_version.py

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

# Docs build
site/

# Editors / OS
.DS_Store
.idea/
.vscode/

# slopcheck local venv (legacy pattern; the script uses uvx)
scripts/.slopvenv/

# Conformance oracle downloads (EPL-2.0 material stays out of the repo)
tools/conformance/.cache/
