How does one add pickle files to their .gitignore file?
I have tried:
*.csv
*.pkl
The CSV is ignored but not the pickle file.
Note that the pickle file was originally added so maybe its downstream(?) and can no longer be removed?
How does one add pickle files to their .gitignore file?
I have tried:
*.csv
*.pkl
The CSV is ignored but not the pickle file.
Note that the pickle file was originally added so maybe its downstream(?) and can no longer be removed?