news-analyze/.gitignore
吳元皓 81012f5061 Made the line_today.py kinda work ig. But I have no idea how can I run
this without issues in prod tho. and the "BlurPageBeforeLogin" thing
works just file, oh and checkCookie is now working (but without the
database part just yet)
2025-05-17 23:31:55 +08:00

36 lines
307 B
Plaintext

# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
dist
# Node dependencies
node_modules
# Logs
logs
*.log
# Misc
.DS_Store
.fleet
.idea
# Local env files
.env
.env.*
!.env.example
# Scraping data
.venv
__pycache__
# Sentry Config File
.env.sentry-build-plugin
*.sql
!database/*.sql
_dt_*.py