Fixed .gitignore

This commit is contained in:
TySP-Dev
2025-11-13 22:04:41 -10:00
parent c633412903
commit 11e0dfec1e
26 changed files with 11816 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
# Base requirements for all platforms
# Core dependencies required for the application to run
# UI Framework (Flet - Python wrapper for Flutter)
flet==0.28.3
# HTTP requests for API calls
requests>=2.32.5
# Secure credential storage (cross-platform)
keyring>=25.6.0
# Git operations for repository management
GitPython>=3.1.45