__pycache__/
*.pyc
.DS_Store

# packaging artifacts (setuptools/build, setuptools-scm)
/dist/
/build/
*.egg-info/
.pytest_cache/
.mypy_cache/

# scratch folder used during development to inspect raw ODS/XML internals,
# duplicates ods/tests/TEST.ods
/writing tests/

# artifacts generated by ODSReader.export_content_xml() / manual test runs
tests/*.xml
