2021-05-03 01:47:28 +02:00
|
|
|
# Ignore client settings file
|
2022-03-02 09:51:25 +01:00
|
|
|
settings
|
2021-05-03 01:47:28 +02:00
|
|
|
|
|
|
|
# Ignore stories file except for test_story
|
2022-03-02 09:51:25 +01:00
|
|
|
stories
|
2021-08-19 12:54:44 +02:00
|
|
|
!stories/sample_story.json
|
2021-11-18 00:06:57 +01:00
|
|
|
|
|
|
|
# Ignore stuff that would polute our Git
|
2021-08-19 12:54:44 +02:00
|
|
|
/.project
|
2021-08-20 10:49:35 +02:00
|
|
|
*.bak
|
2022-03-02 09:51:25 +01:00
|
|
|
miniconda3
|
2022-03-20 00:00:21 +01:00
|
|
|
runtime
|
|
|
|
bin
|
2021-08-20 10:49:35 +02:00
|
|
|
*.settings
|
2021-08-24 23:27:50 +02:00
|
|
|
__pycache__
|
2021-10-23 17:30:48 +02:00
|
|
|
*.log
|
2022-03-02 09:51:25 +01:00
|
|
|
cache
|
2022-06-20 20:49:54 +02:00
|
|
|
accelerate-disk-cache
|
2022-03-02 09:51:25 +01:00
|
|
|
userscripts
|
2022-01-15 18:16:07 +01:00
|
|
|
!userscripts/examples
|
2021-12-31 19:47:18 +01:00
|
|
|
!userscripts/kaipreset_*.lua
|
2022-01-15 18:16:07 +01:00
|
|
|
!userscripts/Readme.*
|
2022-01-15 18:57:50 +01:00
|
|
|
!userscripts/api_documentation.*
|
2022-03-02 09:51:25 +01:00
|
|
|
softprompts
|
|
|
|
models
|
|
|
|
!models/models go here.txt
|
2022-04-05 01:52:46 +02:00
|
|
|
Uninstall
|
2022-05-11 01:31:12 +02:00
|
|
|
.ipynb_checkpoints
|
2021-06-15 06:59:08 +02:00
|
|
|
|
|
|
|
# Ignore PyCharm project files.
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# Ignore compiled Python files.
|
|
|
|
*.pyc
|
2022-06-01 10:34:16 +02:00
|
|
|
|
|
|
|
# Don't ignore defaults
|
|
|
|
!defaults/*
|