pravaah / .gitignore
Prathamesh Sutar
Initial deployment of Pravaah Ocean Hazard Detection System
49e67a8
raw
history blame contribute delete
479 Bytes
# Environment variables
.env
.env.local
.env.production
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
env/
ENV/
class/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Database
*.db
*.sqlite3
# Model cache (optional - uncomment if you want to ignore cached models)
# .cache/
# models/