greenintellect / .dockerignore
Tanxshh's picture
Deploy GreenIntellect Backend API with ML models and scraping
02cc7f6
Raw
History Blame Contribute Delete
213 Bytes
# Python
__pycache__/
*.pyc
*.pyo
venv/
.venv/
# Database (created at runtime)
*.db
# Uploads (created at runtime)
uploads/
# Environment files
.env
.env.local
# IDE
.vscode/
.idea/
# Logs
*.log
# Git
.git/