.cursorrules
.gitignore
.pre-commit-config.yaml
AGENT_RULES.md
CHANGELOG.md
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/tests.yml
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
find_stuff/__init__.py
find_stuff/__main__.py
find_stuff/__version__.py
find_stuff/cli.py
find_stuff/indexing.py
find_stuff/models.py
find_stuff/navigation.py
find_stuff.egg-info/PKG-INFO
find_stuff.egg-info/SOURCES.txt
find_stuff.egg-info/dependency_links.txt
find_stuff.egg-info/entry_points.txt
find_stuff.egg-info/requires.txt
find_stuff.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_cli_browse_helpers.py
tests/test_indexing.py
tests/test_models.py