2023-04-06 19:12:49 +00:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
2023-05-03 15:02:46 +00:00
|
|
|
!web/dist
|
2023-04-06 19:12:49 +00:00
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
wheels/
|
|
|
|
pip-wheel-metadata/
|
|
|
|
share/python-wheels/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
MANIFEST
|
|
|
|
|
|
|
|
# PyInstaller
|
|
|
|
# Usually these files are written by a python script from a template
|
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
*.manifest
|
|
|
|
*.spec
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.nox/
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
*.cover
|
|
|
|
*.py,cover
|
|
|
|
.hypothesis/
|
|
|
|
.pytest_cache/
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
local_settings.py
|
|
|
|
db.sqlite3
|
|
|
|
db.sqlite3-journal
|
|
|
|
|
|
|
|
# Flask stuff:
|
|
|
|
instance/
|
|
|
|
.webassets-cache
|
|
|
|
|
|
|
|
# Scrapy stuff:
|
|
|
|
.scrapy
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
|
|
|
|
|
|
|
# Jupyter Notebook
|
|
|
|
.ipynb_checkpoints
|
|
|
|
|
|
|
|
# IPython
|
|
|
|
profile_default/
|
|
|
|
ipython_config.py
|
|
|
|
|
|
|
|
# pyenv
|
|
|
|
.python-version
|
|
|
|
|
|
|
|
# pipenv
|
|
|
|
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
|
|
|
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
|
|
|
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
|
|
|
# install all needed dependencies.
|
|
|
|
#Pipfile.lock
|
|
|
|
|
|
|
|
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
|
|
|
|
__pypackages__/
|
|
|
|
|
|
|
|
# Celery stuff
|
|
|
|
celerybeat-schedule
|
|
|
|
celerybeat.pid
|
|
|
|
|
|
|
|
# SageMath parsed files
|
|
|
|
*.sage.py
|
|
|
|
|
|
|
|
# Environments
|
|
|
|
.env
|
2023-05-03 15:02:46 +00:00
|
|
|
!web/.env
|
2023-04-06 19:12:49 +00:00
|
|
|
.venv
|
|
|
|
env/
|
|
|
|
venv/
|
|
|
|
ENV/
|
|
|
|
env.bak/
|
|
|
|
venv.bak/
|
|
|
|
|
|
|
|
# Spyder project settings
|
|
|
|
.spyderproject
|
|
|
|
.spyproject
|
|
|
|
|
|
|
|
# Rope project settings
|
|
|
|
.ropeproject
|
|
|
|
|
|
|
|
# mkdocs documentation
|
|
|
|
/site
|
|
|
|
|
|
|
|
# mypy
|
|
|
|
.mypy_cache/
|
|
|
|
.dmypy.json
|
|
|
|
dmypy.json
|
|
|
|
|
|
|
|
# Pyre type checker
|
|
|
|
.pyre/
|
|
|
|
|
|
|
|
# Database
|
|
|
|
*.db
|
2023-04-07 18:04:15 +00:00
|
|
|
|
2023-04-06 20:07:20 +00:00
|
|
|
# Docker files
|
2023-04-06 19:47:46 +00:00
|
|
|
/data
|
2023-04-07 18:04:15 +00:00
|
|
|
|
2023-04-06 20:07:20 +00:00
|
|
|
# models
|
2023-04-20 18:57:12 +00:00
|
|
|
*.ckpt
|
|
|
|
*.safetensors
|
|
|
|
*.bin
|
|
|
|
*.model
|
2023-04-07 18:04:15 +00:00
|
|
|
|
2023-04-06 20:07:20 +00:00
|
|
|
# Temporary files
|
2023-04-07 18:04:59 +00:00
|
|
|
tmp/
|
2023-05-01 21:43:01 +00:00
|
|
|
temp/
|
2023-04-13 17:02:20 +00:00
|
|
|
# configurations other than the default one
|
|
|
|
configs/*
|
2023-05-26 22:18:04 +00:00
|
|
|
!configs/config.yaml
|
2023-04-13 17:02:20 +00:00
|
|
|
|
|
|
|
# personalities other than the default one
|
|
|
|
personalities/*
|
2023-05-21 20:50:41 +00:00
|
|
|
!personalities/english/default/*
|
2023-04-13 17:02:20 +00:00
|
|
|
|
2023-04-15 11:30:08 +00:00
|
|
|
# personalities other than the default one
|
|
|
|
databases/*
|
|
|
|
!databases/.keep
|
|
|
|
|
2023-04-14 22:08:49 +00:00
|
|
|
# extensions
|
|
|
|
extensions/
|
|
|
|
!extensions/.keep
|
2023-05-02 12:16:10 +00:00
|
|
|
|
2023-05-03 21:00:07 +00:00
|
|
|
web/.env.build
|
|
|
|
web/.env.dev
|
2023-05-04 06:59:12 +00:00
|
|
|
web/.env.development
|
2023-05-18 19:20:16 +00:00
|
|
|
node_modules/
|
|
|
|
|
2023-05-18 19:31:18 +00:00
|
|
|
# Google chrome files
|
2023-05-20 17:48:38 +00:00
|
|
|
*.crdownload
|
|
|
|
|
|
|
|
# outputs folder
|
|
|
|
outputs
|
|
|
|
# junk stuff
|
2023-05-21 23:30:14 +00:00
|
|
|
./src
|
|
|
|
|
|
|
|
# ignore installation files
|
2023-05-22 14:27:29 +00:00
|
|
|
.installed
|
|
|
|
|
2023-05-28 06:47:57 +00:00
|
|
|
test.http
|
|
|
|
|
|
|
|
shared/*
|
2023-06-06 18:43:38 +00:00
|
|
|
!shared/.keep
|
|
|
|
|
|
|
|
|
2023-06-10 14:07:34 +00:00
|
|
|
uploads
|
2023-06-19 23:29:06 +00:00
|
|
|
global_paths_cfg.yaml
|
|
|
|
|
2023-06-20 05:46:53 +00:00
|
|
|
.vscode
|
|
|
|
|
|
|
|
# Endpoint test files using REST client (VSCODE Extension)
|
|
|
|
|
2023-06-22 19:45:19 +00:00
|
|
|
tests/end_point_tests/*_local.http
|
|
|
|
|
2023-07-01 11:51:16 +00:00
|
|
|
user_data
|
2023-07-01 11:52:15 +00:00
|
|
|
src/
|
2023-07-20 15:28:58 +00:00
|
|
|
src/taming-transformers
|
|
|
|
|
|
|
|
# Remove nogpu
|
2023-07-21 13:29:08 +00:00
|
|
|
.no_gpu
|
|
|
|
|
|
|
|
# Temporary arguments to restart file
|
2023-08-23 15:59:52 +00:00
|
|
|
temp_args.txt
|
|
|
|
|
|
|
|
# Hugging face offloading folder
|
2023-08-26 23:16:46 +00:00
|
|
|
offload
|
|
|
|
|
|
|
|
# Removing personal data
|
2023-10-18 07:57:23 +00:00
|
|
|
personal_data
|
|
|
|
outputs_*
|
2023-11-17 08:50:36 +00:00
|
|
|
output_*
|
|
|
|
|
2024-01-11 01:32:21 +00:00
|
|
|
mPLUG-Owl
|
|
|
|
|
2024-01-11 23:24:43 +00:00
|
|
|
xtts_models
|
|
|
|
|
|
|
|
models.txt
|