Bug Description
I have a .venv file in my local copy of a github repo. My .gitignore file includes .venv/ so none of that stuff gets shipped to github. However, when I run agentready assess ., I get a failure with a large file: .venv/lib/python3.12/site-packages/numpy/f2py/src/fortranobject.c (1436 lines).
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected Behavior
In my opinion, the file_size_limits test should ignore local files and directories that are referenced in .gitignore because they are local only.
Environment
- OS: Mac
- Version: Latest on main
- Python Version: 3.12.9