LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/mycontext/__init__.py
src/mycontext/__main__.py
src/mycontext/cli.py
src/mycontext/core.py
src/mycontext/default_ignore.json
src/mycontext/default_rules.md
src/mycontext.egg-info/PKG-INFO
src/mycontext.egg-info/SOURCES.txt
src/mycontext.egg-info/dependency_links.txt
src/mycontext.egg-info/entry_points.txt
src/mycontext.egg-info/requires.txt
src/mycontext.egg-info/top_level.txt
src/mycontext/commands/__init__.py
src/mycontext/commands/add_ignore.py
src/mycontext/commands/add_rule.py
src/mycontext/commands/config_info.py
src/mycontext/commands/generate.py
src/mycontext/commands/list_ignore.py
src/mycontext/commands/list_rules.py
src/mycontext/commands/remove_ignore.py
src/mycontext/commands/remove_rules.py
src/mycontext/commands/update_rules.py