.copier-answers.yml
.gitignore
.pylintrc
LICENSE.txt
README.rst
noxfile.py
pyproject.toml
pytest.ini
setup.cfg
setup.py
file_groups.egg-info/PKG-INFO
file_groups.egg-info/SOURCES.txt
file_groups.egg-info/dependency_links.txt
file_groups.egg-info/requires.txt
file_groups.egg-info/top_level.txt
file_groups.egg-info/zip-safe
src/__init__.py
src/compare_files.py
src/config_files.py
src/groups.py
src/handler.py
src/handler_compare.py
src/py.typed
src/types.py
test/.coveragerc
test/__init__.py
test/compare_files_test.py
test/config_files_test.py
test/conftest.py
test/handler_compare_test.py
test/mypy_requirements.txt
test/pylint_requirements.txt
test/requirements.txt
test/version_test.py
test/groups/__init__.py
test/groups/config_files_test.py
test/groups/core_test.py
test/groups/directory_symlinks_test.py
test/groups/re_protect_test.py
test/groups/utils.py
test/handler/__init__.py
test/handler/core_test.py
test/handler/private_test.py
test/handler/regex_protection_test.py
test/handler/utils.py
test/in/configs/config_files_inherit_global_recursive_ignore_other
test/in/configs/config_files_inherit_global_recursive_no_other
test/in/configs/config_files_inherit_ignore_global_recursive
test/in/configs/config_files_sys_user_and_and_other_dir_config_files_no_global_no_other_recursive
test/in/configs/config_files_sys_user_config_files_replaced_appdirs
test/in/configs/file_groups_sys_user_config_files_no_global
test/in/configs/config_files_inherit_global_recursive/home/file_groups.conf
test/in/configs/config_files_inherit_global_recursive/sys/file_groups.conf
test/in/configs/config_files_specified/direct.conf
test/in/configs/config_files_sys_config_file_no_global/sys/file_groups.conf
test/in/configs/config_files_sys_user_config_files_additional_appdirs/home/an_app.conf
test/in/configs/config_files_sys_user_config_files_additional_appdirs/home/file_groups.conf
test/in/configs/config_files_sys_user_config_files_additional_appdirs/sys/file_groups.conf
test/in/configs/config_files_sys_user_config_files_no_global/home/file_groups.conf
test/in/configs/config_files_sys_user_config_files_no_global/sys/file_groups.conf
test/in/configs/config_files_two_in_same_config_dir/home/.file_groups.conf
test/in/configs/config_files_two_in_same_config_dir/home/file_groups.conf
test/in/configs/config_files_unknown_protect_sub_key_config_dir/sys/file_groups.conf
test/in/configs/config_files_user_config_file_no_global/home/file_groups.conf
test/in/configs/file_groups_group_files_by_config_protect/home/file_groups.conf
test/in/configs/file_groups_group_files_by_config_protect/sys/file_groups.conf
test/perf/protect_home_work_on_pictures.py
test/perf/requirements.txt