AUTHORS
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
pysnooper/__init__.py
pysnooper/utils/__init__.py
snooper_ai/__init__.py
snooper_ai/cli.py
snooper_ai/config.py
snooper_ai/pycompat.py
snooper_ai/tracer.py
snooper_ai/utils.py
snooper_ai/variables.py
snooper_ai.egg-info/PKG-INFO
snooper_ai.egg-info/SOURCES.txt
snooper_ai.egg-info/dependency_links.txt
snooper_ai.egg-info/entry_points.txt
snooper_ai.egg-info/requires.txt
snooper_ai.egg-info/top_level.txt
snooper_ai/llm/__init__.py
snooper_ai/llm/base.py
snooper_ai/llm/claude.py
snooper_ai/llm/openai.py
tests/mini_toolbox/__init__.py
tests/mini_toolbox/contextlib.py
tests/mini_toolbox/pathlib.py
tests/samples/__init__.py
tests/samples/exception.py
tests/samples/indentation.py
tests/samples/recursion.py
tests/test_multiple_files/__init__.py
tests/test_multiple_files/test_multiple_files.py
tests/test_multiple_files/multiple_files/__init__.py
tests/test_multiple_files/multiple_files/bar.py
tests/test_multiple_files/multiple_files/foo.py
tests/test_utils/__init__.py
tests/test_utils/test_ensure_tuple.py
tests/test_utils/test_regex.py