55 configsyaml condivisi (#57)

* feat: make configs.yaml local and add configs.yaml.example template

- Add configs.yaml.example with all available configurations
- Add configs.yaml to .gitignore to prevent tracking local configs
- Remove configs.yaml from git tracking with git rm --cached
- Update README with separate sections for configs.yaml and .env
- Maintain consistent naming convention with .env.example

* Update README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Remove gemini-2.0-pro from configs.yaml.example

Removed Gemini Pro model from configs example

---------

Co-authored-by: Simone Garau <20005068@studenti.uniupo.it>
Co-authored-by: Giacomo Bertolazzi <31776951+Berack96@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit was merged in pull request #57.
This commit is contained in:
trojanhorse47
2025-10-29 16:16:16 +01:00
committed by GitHub
parent 4ba44abb19
commit 3871a94481
3 changed files with 22 additions and 6 deletions

3
.gitignore vendored
View File

@@ -136,6 +136,9 @@ ENV/
env.bak/
venv.bak/
# Local configurations
configs.yaml
# Spyder project settings
.spyderproject
.spyproject