Initial Calibre Commit

This commit is contained in:
2026-01-17 22:13:39 -05:00
parent 7c2277786d
commit 581c91162b
3 changed files with 74 additions and 0 deletions

26
calibre/.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Ignore the environment file containing sensitive data
.env
# Ignore the config directory which may contain persistent data (e.g., Calibre database, metadata)
/app-config
/web-config
/calibre-lib
config/
# Ignore the Docker container image and build files
*.log
*.pid
docker-compose.override.yml
# Ignore any other temporary or autogenerated files
*.swp
*.bak
*.tmp
# Ignore Docker-related metadata
.docker/
# Ignore system files created by editors
.DS_Store
Thumbs.db