Add .env to repo for closed-loop deployment

This commit is contained in:
Кирилл Блинов 2026-05-29 18:12:45 +03:00
parent 6e5ee64be0
commit 12fda2c231
2 changed files with 3 additions and 2 deletions

1
.env Normal file
View File

@ -0,0 +1 @@
HF_TOKEN=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

4
.gitignore vendored
View File

@ -57,8 +57,8 @@ output/
.DS_Store .DS_Store
Thumbs.db Thumbs.db
# Secrets # Secrets (раскомментируйте для публичных репозиториев)
.env # .env
.env.local .env.local
*.key *.key
*.secret *.secret