__pycache__/
*.pyc
*.pyo
.venv/
venv/
.env
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.fmddr.db
*.fmddr.db-journal
xmls-split/

# Build artifacts (generated; don't commit)
dist/

# PyPI credentials — should live in ~/.pypirc, never in the repo.
.pypirc

# Docs site
docs/node_modules/
docs/.astro/
docs/dist/
docs/.DS_Store

