I saved a file "foo-v1.py" into a utils directory and that broke autoprofiling, as it recognized it as a Python file and tried to import it, but "foo-v1" is not a valid module name. A fix would be checking that the file has valid module name characters. We could also skip importing files that fail to import.