Closed jdblischak closed 3 years ago
I vendor the polyfun repository as a submodule of my Git repository. The __pycache__/ directories created after running the PolyFun scripts causes Git to detect that the submodule has been edited. This PR ignores these generated directories.
__pycache__/
Thanks!
I vendor the polyfun repository as a submodule of my Git repository. The
__pycache__/
directories created after running the PolyFun scripts causes Git to detect that the submodule has been edited. This PR ignores these generated directories.