Files
citation_sentinel/.gitignore
2026-05-07 23:20:30 -04:00

39 lines
331 B
Plaintext

# OS
.DS_Store
Thumbs.db
# Editors
*.swp
*.swo
*~
*.bak
.idea/
.vscode/
*.sublime-*
# Node
node_modules/
dist/
build/
coverage/
*.tgz
.yarn-integrity
# Environment / secrets
.env
.env.*
!.env.example
*.pem
*.key
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pids/
*.pid
*.seed
# yt-dlp subtitle artifacts
*.json3