Update .gitattributes and .gitignore; modify README.md for formatting; enhance app_new.py with database connection and user authentication; update encrypted_grades.csv with new encrypted data.
Remove CSV decryption function and related imports; refactor app.py to retrieve student grades directly from a database connection, enhancing data management and security.