feat: ADD work with local .env file #14

This commit is contained in:
Caffeine Fueled 2026-08-21 07:01:29 +02:00
parent 30e6956fa4
commit d0373f0198
Signed by: cf7
GPG key ID: CA295D643074C68C
4 changed files with 81 additions and 0 deletions

3
.gitignore vendored
View file

@ -5,3 +5,6 @@ output/*
# Ignore content in images directory
images/*
!images/.gitkeep
# Local configuration (see .env.example)
.env