CoolFace
Apppublic

OnyxMunk/AudioForge

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes
.gitignore95 linesDownload Raw Back to root
1# Python2__pycache__/3*.py[cod]4*$py.class5*.so6.Python7build/8develop-eggs/9dist/10downloads/11eggs/12.eggs/13lib/14lib64/15# Exception: frontend source lib (utils, api)16!frontend/src/lib/17!frontend/src/lib/**18parts/19sdist/20var/21wheels/22*.egg-info/23.installed.cfg24*.egg25MANIFEST26.venv/27.venv*/28venv/29ENV/30env/31 32# Node33node_modules/34.pnp35.pnp.js36.yarn/cache37.yarn/unplugged38.yarn/build-state.yml39.yarn/install-state.gz40.pnp.*41.next/42out/43build/44dist/45 46# IDEs47.vscode/48.idea/49*.swp50*.swo51*~52.DS_Store53 54# Environment55.env56.env.local57.env.*.local58 59# Logs60*.log61logs/62npm-debug.log*63yarn-debug.log*64yarn-error.log*65 66# Testing67.coverage68.pytest_cache/69htmlcov/70.nyc_output71 72# Storage73storage/74*.wav75*.mp376*.flac77 78# Docker79*.pid80*.seed81*.pid.lock82.pnpm-store/
8384frontend/.pnpm-store/85backend/.venv311/86backend/.venv/
87 88frontend/.pnpm-store/89backend/.venv311/90backend/.venv/91.pnpm-store/
92 93# Binary assets (HF Space rejects binary in git; not needed for Space Docker build)94backend/temp_audiocraft/assets/*.th95