Skip to content

[BUG] file_size_limits includes .venv files despite .gitignore #245

@jwm4

Description

@jwm4

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:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions