KoboldAI-Client/.gitignore
henk717 7b73d7cfdd Single Line Mode
Adds Single Line mode, optimized for things like chatbot testing and other cases where you want to have control over what happens after a paragraph.

This can also be used as a foundation for a chatbot optimized interface mode.
2021-10-23 17:30:48 +02:00

20 lines
275 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__
*.log
# Ignore PyCharm project files.
.idea
# Ignore compiled Python files.
*.pyc