CoolFace
Apppublic

hellower/diary-predictor

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
.dockerignore64 linesDownload Raw Back to root
1# Python2__pycache__/3*.py[cod]4*$py.class5*.so6.Python7env/8venv/9ENV/10build/11develop-eggs/12dist/13downloads/14eggs/15.eggs/16lib/17lib64/18parts/19sdist/20var/21wheels/22*.egg-info/23.installed.cfg24*.egg25 26# IDE27.vscode/28.idea/29*.swp30*.swo31*~32 33# Environment34.env35.env.local36.env.*.local37 38# Git39.git/40.gitignore41 42# Docker43Dockerfile44docker-compose.yml45.dockerignore46 47# Logs48logs/49*.log50 51# OS52.DS_Store53Thumbs.db54 55# Testing56.pytest_cache/57.coverage58htmlcov/59 60# Documentation61*.md62docs/63 64