.DS_Store
venv/
.venv/
*.pyc
__pycache__/
.mypy_cache/
.ruff_cache/
.pytest_cache/
*.spec
/build/
/dist/
*.egg-info
node_modules/

# Documentation build output
docs/src/_build/
