KoboldAI-Client/.gitignore

39 lines
600 B
Plaintext
Raw Permalink Normal View History

# Ignore client settings file
2022-03-02 09:51:25 +01:00
settings
# Ignore stories file except for test_story
2022-03-02 09:51:25 +01:00
stories
!stories/sample_story.json
# Ignore stuff that would polute our Git
/.project
*.bak
2022-03-02 09:51:25 +01:00
miniconda3
2022-03-20 00:00:21 +01:00
runtime
bin
*.settings
__pycache__
*.log
2022-03-02 09:51:25 +01:00
cache
accelerate-disk-cache
2022-03-02 09:51:25 +01:00
userscripts
!userscripts/examples
2021-12-31 19:47:18 +01:00
!userscripts/kaipreset_*.lua
!userscripts/Readme.*
!userscripts/api_documentation.*
2022-03-02 09:51:25 +01:00
softprompts
models
!models/models go here.txt
2022-04-05 01:52:46 +02:00
Uninstall
2022-07-04 20:12:11 +02:00
flask_session
accelerate-disk-cache
2022-05-11 01:31:12 +02:00
.ipynb_checkpoints
# Ignore PyCharm project files.
.idea
# Ignore compiled Python files.
*.pyc
# Don't ignore defaults
!defaults/*