CoolFace
Apppublic

akhaliq/anycoder

sourceHugging Faceupdated 5mo agoView on Hugging Face
3.3klikes
.dockerignore68 linesDownload Raw Back to root
1# Python2__pycache__/3*.py[cod]4*$py.class5*.so6.Python7venv/8.venv/9ENV/10env/11*.egg-info/12dist/13build/14 15# Node16node_modules/17npm-debug.log*18yarn-debug.log*19yarn-error.log*20.pnpm-debug.log*21 22# Next.js23frontend/.next/24frontend/out/25frontend/build/26 27# Git28.git/29.gitignore30 31# IDE32.vscode/33.idea/34*.swp35*.swo36*~37 38# OS39.DS_Store40Thumbs.db41 42# Documentation43*.md44!README.md45 46# Docker47Dockerfile*48docker-compose*.yml49.dockerignore50 51# Logs52*.log53logs/54log/55 56# Generated57generated_projects/58 59# Tests60test/61tests/62__tests__/63 64# Lock files (will be regenerated)65uv.lock66poetry.lock67 68