forked from gergely/calendar-social
[Cleanup] Make sure to ignore Python cache
This commit is contained in:
parent
a4f26ce867
commit
bed00e45f6
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
__pycache__/
|
@ -24,6 +24,7 @@ class CalendarSocialApp(Flask):
|
||||
|
||||
app = CalendarSocialApp(__name__)
|
||||
|
||||
|
||||
@app.route('/')
|
||||
def hello():
|
||||
return render_template('index.html')
|
||||
|
Loading…
Reference in New Issue
Block a user