Initial commit
This commit is contained in:
commit
f58a2e46bd
44 changed files with 4051 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
**/__pycache__
|
||||
.idea
|
||||
AI-Adventure-2bb65e3a4e2f.json
|
||||
*.py[cod]
|
||||
data/text_adventures.txt
|
||||
venv/
|
||||
.vscode/
|
||||
.env/
|
||||
generator/gpt2/models/
|
||||
saved_stories/
|
Reference in a new issue