CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE.md
pyproject.toml
requirements.txt
.github/workflows/publish-pypi.yml
.github/workflows/repository-hygiene.yml
docs/best-practices.md
docs/error-handling.md
docs/github-integration.md
docs/gitignore-management.md
docs/installation.md
docs/linting.md
docs/safety.md
docs/usage.md
src/__init__.py
src/main.py
src/core/__init__.py
src/core/cleaner.py
src/core/gitignore_generator.py
src/core/linter.py
src/core/reporter.py
src/core/scanner.py
src/utils/errors.py
src/utils/explanations.py
src/utils/safety.py
tests/__init__.py
tests/test_main.py