MANIFEST.in
README.md
requirements.txt
setup.py
notlar/__init__.py
notlar/auth.py
notlar/models.py
notlar/routes.py
notlar/wsgi.py
notlar.egg-info/PKG-INFO
notlar.egg-info/SOURCES.txt
notlar.egg-info/dependency_links.txt
notlar.egg-info/entry_points.txt
notlar.egg-info/requires.txt
notlar.egg-info/top_level.txt
notlar/static/css/profile.css
notlar/static/css/tailwind_input.css
notlar/static/dist/css/output.css
notlar/static/img/default-profile.png
notlar/static/img/favicon-16x16.png
notlar/static/img/favicon-32x32.png
notlar/static/img/galician_flag.png
notlar/static/img/notlar_logo.png
notlar/static/img/notlar_logo_128.png
notlar/static/img/notlar_logo_256.png
notlar/static/img/notlar_logo_64.png
notlar/static/img/notlar_logo_eslogan.png
notlar/static/img/notlar_logo_eslogan_128.png
notlar/static/img/notlar_logo_eslogan_256.png
notlar/static/img/notlar_logo_eslogan_64.png
notlar/static/img/spanish_flag.png
notlar/static/img/users/OSP-DevOps_64.png
notlar/static/img/users/Screenshot_from_2023-12-14_11-03-44.png
notlar/static/img/users/Screenshot_from_2023-12-14_13-54-40.png
notlar/static/img/users/Screenshot_from_2023-12-15_17-09-19.png
notlar/static/img/users/coldplay_1.jpg
notlar/static/js/contact.js
notlar/static/js/dashboard_all_notes.js
notlar/static/js/dashboard_notes_management.js
notlar/static/js/flowbite.min.js
notlar/static/js/jquery.min.js
notlar/static/js/login.js
notlar/static/js/profile.js
notlar/static/js/register.js
notlar/static/js/settings.js
notlar/templates/base.html
notlar/templates/contact.html
notlar/templates/contact_email.html
notlar/templates/dark_light_mode_base.html
notlar/templates/dashboard.html
notlar/templates/dashboard_all_notes.html
notlar/templates/dashboard_home.html
notlar/templates/dashboard_notes_management.html
notlar/templates/error.html
notlar/templates/footer.html
notlar/templates/forgot_password.html
notlar/templates/head.html
notlar/templates/help.html
notlar/templates/index.html
notlar/templates/kanban.html
notlar/templates/nav.html
notlar/templates/nav_index.html
notlar/templates/not_found.html
notlar/templates/password_recovery_email.html
notlar/templates/profile.html
notlar/templates/reset_password.html
notlar/templates/settings.html
notlar/translations/messages.pot
notlar/translations/es/LC_MESSAGES/messages.mo
notlar/translations/es/LC_MESSAGES/messages.po
notlar/translations/gl/LC_MESSAGES/messages.mo
notlar/translations/gl/LC_MESSAGES/messages.po
tests/test_routes.py