KoboldAI-Client/.gitignore

20 lines
275 B
Plaintext
Raw Normal View History

# 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