Files
PolyWeather/.gitignore
T

34 lines
337 B
Plaintext

# Secrets
.env
# Data and Logs
data/*.json
data/logs/
data/historical/
data/cache/
data/models/
logs/
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.history/
# OS
.DS_Store
Thumbs.db
# Next.js frontend
frontend/node_modules/
frontend/.next/
frontend/.vercel/
.npm-cache/