.coveragerc
.flake8
.gitignore
CHANGES.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
ISSUE_TEMPLATE.md
LICENSE
MANIFEST.in
Makefile
PULL_REQUEST_TEMPLATE.md
README.rst
conftest.py
igittigitt.ipynb
pyproject.toml
requirements.txt
requirements_test.txt
.3rd_party_stubs/readme.txt
.docs/README_template.rst
.docs/acknowledgment.rst
.docs/badges.rst
.docs/commandline_help.rst
.docs/contribute.rst
.docs/description.rst
.docs/index.rst
.docs/installation.rst
.docs/installation_via_makefile.rst
.docs/installation_via_pypi.rst
.docs/licence_mit.rst
.docs/tested_under.rst
.docs/try_in_jupyter.rst
.docs/usage.rst
.github/workflows/codeql-analysis.yml
.github/workflows/python-package.yml
igittigitt/__init__.py
igittigitt/__init__conf__.py
igittigitt/conf_igittigitt.py
igittigitt/igittigitt.py
igittigitt/igittigitt_cli.py
igittigitt/py.typed
igittigitt.egg-info/PKG-INFO
igittigitt.egg-info/SOURCES.txt
igittigitt.egg-info/dependency_links.txt
igittigitt.egg-info/entry_points.txt
igittigitt.egg-info/requires.txt
igittigitt.egg-info/top_level.txt
tests/test_cli.py
tests/test_pytest.py
tests/default_pattern/.config/git/ignore
tests/default_pattern/git/ignore
tests/example/.test_gitignore
tests/example/.test_gitignore_empty
tests/example/not_excluded.txt
tests/example/.test_venv/some_file.txt
tests/example/not_excluded/.test_gitignore
tests/example/not_excluded/excluded_not.txt
tests/example/not_excluded/not_excluded2.txt
tests/example/not_excluded/excluded/excluded.txt
tests/example/not_excluded/excluded_not/sub_excluded.txt
tests/example/not_excluded/not_excluded2/sub_excluded.txt
tests/example/test__pycache__/.test_gitignore
tests/example/test__pycache__/some_file.txt
tests/example/test__pycache__/test
tests/example/test__pycache__/excluded/excluded/excluded.txt
tests/example_negation/foo/bar/file.txt
tests/example_negation/foo/other/file.txt
tests/local_testscripts/lib_bash_functions.sh
tests/local_testscripts/run_clean.sh
tests/local_testscripts/run_pytest.sh
tests/local_testscripts/run_testloop.sh
tests/local_testscripts/run_testloop_pytest_and_mypy_only_no_setup.sh
tests/local_testscripts/run_testloop_windows.cmd
tests/local_testscripts/shellcheck.sh
tests/local_testscripts/testing_tools.py
tests/target_expected/.test_gitignore
tests/target_expected/not_excluded.txt
tests/target_expected/not_excluded/.test_gitignore
tests/target_expected/not_excluded/excluded_not.txt
tests/target_expected/not_excluded/not_excluded2.txt