KoboldAI-Client/.gitignore

13 lines
206 B
Plaintext
Raw Normal View History

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