LICENSE
README.md
pyproject.toml
src/becwright/__init__.py
src/becwright/bundle.py
src/becwright/cli.py
src/becwright/engine.py
src/becwright/git.py
src/becwright/rules.py
src/becwright.egg-info/PKG-INFO
src/becwright.egg-info/SOURCES.txt
src/becwright.egg-info/dependency_links.txt
src/becwright.egg-info/entry_points.txt
src/becwright.egg-info/requires.txt
src/becwright.egg-info/top_level.txt
src/becwright/checks/__init__.py
src/becwright/checks/dangerous_eval.py
src/becwright/checks/debug_remnants.py
src/becwright/checks/forbid.py
src/becwright/checks/hardcoded_secrets.py
src/becwright/checks/no_token_in_logs.py
src/becwright/checks/redundant_comments.py
src/becwright/checks/wildcard_imports.py
tests/test_bundle.py
tests/test_checks.py
tests/test_cli_and_git.py
tests/test_engine.py
tests/test_engine_integration.py
tests/test_forbid.py
tests/test_more_checks.py
tests/test_redundant_comments.py