LICENSE
README.md
pyproject.toml
src/filescan/__init__.py
src/filescan/ast_scanner.py
src/filescan/base.py
src/filescan/default.fscanignore
src/filescan/file_watcher.py
src/filescan/graph_builder.py
src/filescan/scanner.py
src/filescan/search_engine.py
src/filescan/utils.py
src/filescan.egg-info/PKG-INFO
src/filescan.egg-info/SOURCES.txt
src/filescan.egg-info/dependency_links.txt
src/filescan.egg-info/entry_points.txt
src/filescan.egg-info/requires.txt
src/filescan.egg-info/top_level.txt
src/filescan/commands/__init__.py
src/filescan/commands/cli.py
tests/test_ast_scanner.py
tests/test_cli.py
tests/test_graph_builder.py
tests/test_import.py
tests/test_scanner.py
tests/test_search_engine.py