lollms-webui/.gitignore

217 lines
2.8 KiB
Plaintext
Raw Normal View History

2023-04-06 21:12:49 +02:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
2023-05-03 18:02:46 +03:00
!web/dist
2023-04-06 21:12:49 +02: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 18:02:46 +03:00
!web/.env
2023-04-06 21:12:49 +02: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 20:04:15 +02:00
2023-04-06 22:07:20 +02:00
# Docker files
/data
2023-04-07 20:04:15 +02:00
2023-04-06 22:07:20 +02:00
# models
2023-04-20 20:57:12 +02:00
*.ckpt
*.safetensors
*.bin
*.model
2023-04-07 20:04:15 +02:00
2023-04-06 22:07:20 +02:00
# Temporary files
tmp/
2023-05-01 23:43:01 +02:00
temp/
2023-04-13 19:02:20 +02:00
# configurations other than the default one
configs/*
2023-05-27 00:18:04 +02:00
!configs/config.yaml
2023-04-13 19:02:20 +02:00
# personalities other than the default one
personalities/*
2023-05-21 22:50:41 +02:00
!personalities/english/default/*
2023-04-13 19:02:20 +02:00
# personalities other than the default one
databases/*
!databases/.keep
2023-04-15 00:08:49 +02:00
# extensions
extensions/
!extensions/.keep
2023-05-02 14:16:10 +02:00
2023-05-04 00:00:07 +03:00
web/.env.build
web/.env.dev
2023-05-04 09:59:12 +03:00
web/.env.development
2023-05-18 21:20:16 +02:00
node_modules/
2023-05-18 21:31:18 +02:00
# Google chrome files
2023-05-20 19:48:38 +02:00
*.crdownload
# outputs folder
outputs
# junk stuff
2023-05-22 01:30:14 +02:00
./src
# ignore installation files
2023-05-22 16:27:29 +02:00
.installed
2023-05-28 08:47:57 +02:00
test.http
shared/*
2023-06-06 20:43:38 +02:00
!shared/.keep
2023-06-10 16:07:34 +02:00
uploads
2024-02-03 01:42:40 +01:00
*global_paths_cfg.yaml
2023-06-20 01:29:06 +02:00
2023-06-20 08:46:53 +03:00
.vscode
# Endpoint test files using REST client (VSCODE Extension)
2023-06-22 22:45:19 +03:00
tests/end_point_tests/*_local.http
2023-07-01 14:51:16 +03:00
user_data
2023-07-01 14:52:15 +03:00
src/
2023-07-20 17:28:58 +02:00
src/taming-transformers
# Remove nogpu
2023-07-21 15:29:08 +02:00
.no_gpu
# Temporary arguments to restart file
temp_args.txt
# Hugging face offloading folder
2023-08-27 01:16:46 +02:00
offload
# Removing personal data
2023-10-18 09:57:23 +02:00
personal_data
outputs_*
2023-11-17 09:50:36 +01:00
output_*
2024-01-11 02:32:21 +01:00
mPLUG-Owl
2024-01-12 00:24:43 +01:00
xtts_models
models.txt