IPA-Transcription-EN / .gitignore
SanderGi's picture
clean up and make contribution ready
38024bc
raw
history blame contribute delete
925 Bytes
# Python build
.eggs/
gradio.egg-info
dist/
dist-lite/
*.pyc
__pycache__/
*.py[cod]
*$py.class
build/
!js/build/
!js/build/dist/
__tmp/*
*.pyi
!gradio/stubs/**/*.pyi
.ipynb_checkpoints/
.python-version
=23.2
# JS build
gradio/templates/*
gradio/node/*
gradio/_frontend_code/*
js/gradio-preview/test/*
# Secrets
.env
# Gradio run artifacts
*.db
*.sqlite3
gradio/launches.json
gradio/hash_seed.txt
.gradio/
# Tests
.coverage
coverage.xml
test.txt
**/snapshots/**/*.png
playwright-report/
.hypothesis
.lite-perf.json
# Etc
.idea/*
.DS_Store
*.bak
workspace.code-workspace
*.h5
# dev containers
.pnpm-store/
# log files
.pnpm-debug.log
# Local virtualenv for devs
venv
# FRP
gradio/frpc_*
.vercel
# js
node_modules
public/build/
test-results
client/js/dist/*
client/js/test.js
.config/test.py
.svelte-kit
# storybook
storybook-static
build-storybook.log
js/storybook/theme.css
# playwright
.config/playwright/.cache