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

# scitex-dev local state: ignore everything under .scitex/ except the
# tracked dev/config.yaml (audit whitelist for top-level files).
.scitex/*
!.scitex/dev/
.scitex/dev/*
!.scitex/dev/config.yaml
