Closed nikosavola closed 3 years ago
This PR removes the .idea/, .ipynb-checkpoints/, and _build/ folders -- stuff that probably shouldn't have been there. Additionally, the .gitignore is updated by changing the /* for these to /, making the ignoring rougher.
/*
/
Thank you for your pull request. This definitively cleans up the repository from unnecessary data, thanks!
This PR removes the .idea/, .ipynb-checkpoints/, and _build/ folders -- stuff that probably shouldn't have been there. Additionally, the .gitignore is updated by changing the
/*
for these to/
, making the ignoring rougher.