30 lines
465 B
Plaintext
30 lines
465 B
Plaintext
# Ignore client settings file
|
|
settings
|
|
|
|
# Ignore stories file except for test_story
|
|
stories
|
|
!stories/sample_story.json
|
|
|
|
# Ignore stuff that would polute our Git
|
|
/.project
|
|
*.bak
|
|
miniconda3
|
|
*.settings
|
|
__pycache__
|
|
*.log
|
|
cache
|
|
userscripts
|
|
!userscripts/examples
|
|
!userscripts/kaipreset_*.lua
|
|
!userscripts/Readme.*
|
|
!userscripts/api_documentation.*
|
|
softprompts
|
|
models
|
|
!models/models go here.txt
|
|
|
|
# Ignore PyCharm project files.
|
|
.idea
|
|
|
|
# Ignore compiled Python files.
|
|
*.pyc
|