# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Test artifacts
.coverage
coverage.xml
htmlcov/

# Caches & IDEs
.idea/
.pytest_cache/
.ruff_cache/
.DS_Store

# nablr local session/cache state -- contains a local signing key
# (.nablr_state/marker_signing_key.json), session locks, and derived caches.
# Not source; not meant to be shared. codemap/, docs/, nablr-reports/ stay
# tracked (nablr's own docs call those git-tracked artifacts).
.nablr_state/
.nablr_cache/
