.codecov.yml
.copier-answers.yml
.coveragerc
.envrc.example
.gitignore
.pre-commit-config.yaml
.pylintrc
CHANGELOG.md
CODE-OF-CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
NOTICE
README.md
noxfile.py
pyproject.toml
setup.cfg
setup.py
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/docs.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/tech-debt.md
.github/workflows/ci.yml
.github/workflows/deploy-docs-action.yml
.github/workflows/deploy-package-action.yml
.github/workflows/docs-action.yml
.github/workflows/get-changed-files.yml
.github/workflows/package-action.yml
.github/workflows/pr.yml
.github/workflows/pre-commit-action.yml
.github/workflows/prepare-release-action.yml
.github/workflows/tag.yml
.github/workflows/test-action.yml
.pre-commit-hooks/check-cli-examples.py
.pre-commit-hooks/make-autodocs.py
changelog/.template.jinja
docs/Makefile
docs/changelog.md
docs/conf.py
docs/index.rst
docs/make.bat
docs/sitevars.rst
docs/_ext/saltdomain.py
docs/_static/.gitkeep
docs/ref/.gitkeep
docs/ref/modules/index.rst
docs/ref/modules/saltext.btrfs.modules.btrfs.rst
docs/ref/states/index.rst
docs/ref/states/saltext.btrfs.states.btrfs.rst
docs/topics/installation.md
src/saltext.btrfs.egg-info/PKG-INFO
src/saltext.btrfs.egg-info/SOURCES.txt
src/saltext.btrfs.egg-info/dependency_links.txt
src/saltext.btrfs.egg-info/entry_points.txt
src/saltext.btrfs.egg-info/not-zip-safe
src/saltext.btrfs.egg-info/requires.txt
src/saltext.btrfs.egg-info/top_level.txt
src/saltext/btrfs/__init__.py
src/saltext/btrfs/version.py
src/saltext/btrfs/modules/__init__.py
src/saltext/btrfs/modules/btrfs.py
src/saltext/btrfs/states/__init__.py
src/saltext/btrfs/states/btrfs.py
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/conftest.py
tests/functional/modules/__init__.py
tests/functional/states/__init__.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/modules/__init__.py
tests/integration/states/__init__.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/modules/__init__.py
tests/unit/modules/test_btrfs.py
tests/unit/states/__init__.py
tests/unit/states/test_btrfs.py
tools/initialize.py
tools/version.py
tools/helpers/__init__.py
tools/helpers/cmd.py
tools/helpers/copier.py
tools/helpers/git.py
tools/helpers/pre_commit.py
tools/helpers/prompt.py
tools/helpers/venv.py