LICENSE
README.md
pyproject.toml
gitignite.egg-info/PKG-INFO
gitignite.egg-info/SOURCES.txt
gitignite.egg-info/dependency_links.txt
gitignite.egg-info/entry_points.txt
gitignite.egg-info/requires.txt
gitignite.egg-info/top_level.txt
ignite/__init__.py
ignite/analyzer.py
ignite/audit.py
ignite/cli.py
ignite/doctor.py
ignite/fixer.py
ignite/gitignore.py
ignite/registry.py
ignite/detectors/__init__.py
ignite/detectors/jupyter_detector.py
ignite/detectors/node_detector.py
ignite/detectors/python_detector.py
ignite/detectors/vscode_detector.py
ignite/rules/__init__.py
ignite/rules/jupyter.py
ignite/rules/node.py
ignite/rules/python.py
ignite/rules/vscode.py
tests/test_docker_detector.py
tests/test_doctor.py
tests/test_doctor_ci.py
tests/test_gitignore.py
tests/test_jupyter_detector.py
tests/test_node_detector.py
tests/test_python_detector.py
tests/test_terraform_detector.py
tests/test_vscode_detector.py