Add a basic .gitignore #2

Sammanfogat
gergely sammanfogade 1 incheckningar från gitignore in i master 2018-06-29 09:05:16 +02:00
2 ändrade filer med 2 tillägg och 0 borttagningar
Showing only changes of commit bed00e45f6 - Show all commits

1
.gitignore vendored Normal file
Visa fil

@@ -0,0 +1 @@
__pycache__/

Visa fil

@@ -24,6 +24,7 @@ class CalendarSocialApp(Flask):
app = CalendarSocialApp(__name__)
@app.route('/')
def hello():
return render_template('index.html')