__pycache__/
build/
dist/
*.egg-info/
.pytest_cache/
.cursor/
.cursorignore
.cursor
.cursorindexingignore
xnotes/*

# pyenv
.python-version

# Environments
.env
.envrc
.venv
.vscode/settings.json

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# JetBrains
.idea/

/coverage.xml
/.coverage
coverage_output.log
**/.DS_Store
.local_coverage_data

# Local credentialed runner for validate_lug_derivation
scripts/validate_lug_derivation/run_local.sh
