feat: implement ORCID API client and update gitignore to exclude environment files

This commit is contained in:
Alexis
2026-05-15 12:23:36 +02:00
parent a31e0e6137
commit 5ecac7ecf6
2 changed files with 33 additions and 20 deletions
+7
View File
@@ -44,6 +44,13 @@ docker-data/
postgres_data/
redis_data/
# --- ENVIRONMENT VARIABLES ---
# Secret files shouldn't be committed
.env
.env.*
!.env.example
!.env.template
# --- OS / EDITOR ---
.DS_Store
Thumbs.db