# 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