update git ignore

This commit is contained in:
Nick
2019-09-16 19:39:37 -06:00
parent 012c439796
commit 7084696850
2 changed files with 2 additions and 9 deletions
+2
View File
@@ -1,3 +1,5 @@
**/__pychache__
.idea
*.json
*.pyc
*.pyo
-9
View File
@@ -1,13 +1,4 @@
from flask import g
from flask import session
import os
import googleapiclient.discovery
from story.utils import *
from google.cloud import storage
import json
from flask import Flask, render_template, request, abort
from generator import StoryGenerator
import gpt2.src.encoder as encoder
# Model/Cache Info
storage_client = storage.Client()