KoboldAI-Client/.gitignore
henk717 1df051a420 Settings per Model
Models can no longer override client settings, instead settings are now saved on a model per model basis with the settings provided by the model being the default. Users can also specify the desired configuration name as a command line parameter to avoid conflicting file names (Such as all Colabs having Colab.settings by default).
2021-09-18 21:18:58 +02:00

19 lines
269 B
Plaintext

# Ignore client settings file
client.settings
# Ignore stories file except for test_story
stories/*
settings/*
!stories/sample_story.json
/.project
*.bak
miniconda3/*
*.settings
__pycache__
# Ignore PyCharm project files.
.idea
# Ignore compiled Python files.
*.pyc