__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
build/
dist/
*.egg-info/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/
.idea/
.vscode/
*.swp
.DS_Store
docs/_build/
docs/_autosummary/

# regstack runtime files (anchored to repo root so the demo config under
# examples/minimal/regstack.toml is still tracked)
/regstack.toml
/regstack.secrets.env
/regstack-bootstrap.json
**/regstack.secrets.env
**/regstack-bootstrap.json
