mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-27 08:42:53 +01:00
18 lines
258 B
Plaintext
18 lines
258 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__
|
|
|
|
# Ignore PyCharm project files.
|
|
.idea
|
|
|
|
# Ignore compiled Python files.
|
|
*.pyc
|