KoboldAI-Client/.gitignore

32 lines
477 B
Plaintext
Raw 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
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
# Ignore PyCharm project files.
.idea
# Ignore compiled Python files.
*.pyc