python-in-edu
python-in-edu copied to clipboard
Update .gitignore
There's nothing specifically wrong with our current .gitignore, but given that the project is geared to new contributors and also that a potential move to a frontend JS framework could be in the future.
New file is generated by gitignore.io and intended to cover:
- OS files (because new contributors might not have a global .gitignore)
- Python/Django related files
- Node files (because moving to a js framework was discussed)
- Database specific files