Fixed .gitignore so it ignores .idea/ and other IDE generated files.
For a contributor who uses PyCharm or IntelliJ IDEA by JetBrains as their primary IDE for Python and Java, made some minor changes in .gitignore so that IDE generated files are ignored.
For new contributors, ignoring .idea/ folder is actually a hassle if they aren't aware of the working of .gitignore and are forced to either commit only selected files or upload a .gitignore of their own.
Checklist
[x] Description of change added
[ ] Added documentation
[ ] Added examples and/or tests
[ ] Documentation modified
[ ] Implemented a new algorithm
[ ] Re-implemented an existing algorithm
[x] Checked that PR is not a duplicate
[x] PR and commits are not on master branch
[ ] Issue fix
[ ] UI change
[ ] Screenshot and/or link of deployment where it can be tested
Description of Change
.gitignore
so it ignores.idea/
and other IDE generated files.For a contributor who uses PyCharm or IntelliJ IDEA by JetBrains as their primary IDE for Python and Java, made some minor changes in
.gitignore
so that IDE generated files are ignored.For new contributors, ignoring
.idea/
folder is actually a hassle if they aren't aware of the working of.gitignore
and are forced to either commit only selected files or upload a.gitignore
of their own.Checklist