chefcodeocr / .gitignore
Mariem-Daha's picture
Upload 22 files
8c33e8e verified
raw
history blame contribute delete
411 Bytes
# Environment files
.env
*.env
# Google Cloud credentials
*.json
!static/*.json
# Database
*.db
*.sqlite
# Uploads and outputs
uploads/
*_invoice.json
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
usage_costs.json
# Local test files
test_*.py
temp/