__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
.tox/
.nox/
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.swp
*.swo
*~
.DS_Store
.env
.venv/
env/
venv/

docs/sphinx/_build/

# Local state — track only .scitex/dev/config.yaml so CI applies the
# same audit whitelist as local. Everything else under .scitex/ is
# runtime-only and must stay out of git.
.scitex/*
!.scitex/dev/
.scitex/dev/*
!.scitex/dev/config.yaml
