# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Environment variables .env* !.env.*example # Configuration files with sensitive data config.json secrets.json credentials.json auth.json # Authentication and cookies youtube-cookies.json cookies.json session.json auth-token.json *.pem *.key *.crt *.p12 *.pfx # API keys and tokens api-keys.json tokens.json .secrets # Database database/*.db database/*.sqlite # Downloads downloads/ *.mp3 *.mp4 # Logs logs/ *.log *.log.* npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* # Temporary files temp/ tmp/ *.tmp *.temp # OS .DS_Store Thumbs.db # IDE .vscode/ .idea/ *.swp *.swo # Runtime .pid .seed .coverage # Build dist/ build/ out/ coverage/ # Docker .dockerignore.local docker-compose.override.yml docker-compose.local.yml # Backup files *.bak *.backup *.old *.orig # Cache .cache/ .npm/ .yarn/ *.tsbuildinfo