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

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

# Docs build
site/

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

# Local nrdax cache (never commit fetched snapshots)
.nrdax-cache/

# Dataset validation output is generated locally, not committed (assess separately)
VALIDATION_REPORT.md
VALIDATION_REPORT*.md
