mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-11 08:16:18 +01:00
0f06cee272
We may want to bundle these at some point, but in that case you should make an exception like we do for the sample story. The same applies to Softprompts.
24 lines
337 B
Plaintext
24 lines
337 B
Plaintext
# Ignore client settings file
|
|
settings/*
|
|
|
|
# Ignore stories file except for test_story
|
|
stories/*
|
|
!stories/sample_story.json
|
|
|
|
# Ignore stuff that would polute our Git
|
|
/.project
|
|
*.bak
|
|
miniconda3/*
|
|
*.settings
|
|
__pycache__
|
|
*.log
|
|
cache/*
|
|
userscripts/*
|
|
softprompts/*
|
|
|
|
# Ignore PyCharm project files.
|
|
.idea
|
|
|
|
# Ignore compiled Python files.
|
|
*.pyc
|