LICENSE
README.md
pyproject.toml
bad_path/__init__.py
bad_path/checker.py
bad_path.egg-info/PKG-INFO
bad_path.egg-info/SOURCES.txt
bad_path.egg-info/dependency_links.txt
bad_path.egg-info/requires.txt
bad_path.egg-info/top_level.txt
bad_path/platforms/__init__.py
bad_path/platforms/darwin.py
bad_path/platforms/posix.py
bad_path/platforms/windows.py
tests/test_cwd_only.py
tests/test_cwd_only_cross_platform.py
tests/test_dangerous_path_error.py
tests/test_get_dangerous_paths.py
tests/test_invalid_characters.py
tests/test_is_dangerous_path.py
tests/test_is_sensitive_path.py
tests/test_is_system_path.py
tests/test_path_accessibility.py
tests/test_path_checker.py
tests/test_path_checker_call.py
tests/test_path_checker_flags.py
tests/test_path_checker_mode.py
tests/test_user_defined_paths.py