massive improvement

This commit is contained in:
2025-03-04 22:28:11 +00:00
parent d1483ce581
commit 1b97e3ba68
21 changed files with 7152 additions and 1611 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Node.js dependencies
node_modules/
package-lock.json
# Environment and configuration
.env
config.json
# Log files
logs/
*.log
npm-debug.log*
# Temporary and build files
temp/
dist/
build/
.DS_Store
.vscode/
.idea/
# Data files
data/
rss-items.json
rss-feeds.json
# Authentication
*.pem
*.key
*.crt