KoboldAI-Client/.gitignore
henk717 ba20c3407c Command line support
Added command line options for model selection, this makes it usable inside Google Colab or other unattended servers people might want to use/provide.
2021-08-20 10:49:35 +02:00

11 lines
179 B
Plaintext

# Ignore client settings file
client.settings
# Ignore stories file except for test_story
stories/*
!stories/sample_story.json
/.project
*.bak
miniconda3/*
*.settings
__pycache__