slight update

This commit is contained in:
2025-11-11 14:34:43 +01:00
parent 760a458e66
commit f23f4b71d8
7 changed files with 748 additions and 34 deletions

56
.gitignore vendored
View File

@@ -83,6 +83,8 @@ yarn.lock
.env.test.local
.env.production.local
*.env
!.env.example
!backend/.env.example
# ===================================
# Database
@@ -167,21 +169,69 @@ $RECYCLE.BIN/
# Generated files
newsletter_preview.html
*.log
*.log.*
# Temporary files
*.tmp
*.temp
*.bak
*.backup
*~
# Docker volumes
# Docker
docker-compose.override.yml
.dockerignore.local
# Docker volumes (data should not be in repo)
mongodb_data/
ollama_data/
# Database initialization script (may contain sensitive data)
init-database.sh
# Spec artifacts (optional - uncomment if you don't want to track specs)
.kiro/specs/
.vscode
# .kiro/specs/
# Test outputs
test-results/
coverage/
*.html
!news_sender/newsletter_template.html
# Build artifacts
*.pyc
*.pyo
*.pyd
.Python
build/
dist/
# Documentation builds
docs/_build/
site/
# Local configuration overrides
config.local.py
settings.local.py
# Jupyter Notebooks checkpoints
.ipynb_checkpoints/
# pytest
.pytest_cache/
.tox/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/