check for files you might want AI to refactor so that it can understand them - too many lines - too many tokens
find . -name "*.py" -type f -not -path "*/\.*" -exec wc -l {} \; | sort -nr
7468 ./tests/testdata/fixtures.py
2311 ./askfelix/graph_pipeline_substages.py
1434 ./askfelix/graph_pipeline.py
1401 ./askfelix/datapipeline.py
1078 ./askfelix/dataloading.py
1069 ./askfelix/teams.py
924 ./askfelix/inferenceserver/infserver.py
771 ./tests/integ/test_sql_benchmark.py