Pygnore can be run offline because it copies the Python.gitignore file in the repo's root directory to the computer's home directory under the name ~/.pygnore.
Pip installation was discontinued because I don't know how to install the Python.gitignore file with the package.
Ideally Pip would automatically add the file to the user's desktop. If this is not possible then the following solution will be acceptable; Pip installs the file automatically and it can be accessed by the pygnore script.
Pygnore can be run offline because it copies the
Python.gitignorefile in the repo's root directory to the computer's home directory under the name~/.pygnore.Pip installation was discontinued because I don't know how to install the
Python.gitignorefile with the package.Ideally Pip would automatically add the file to the user's desktop. If this is not possible then the following solution will be acceptable; Pip installs the file automatically and it can be accessed by the
pygnorescript.