1runtime: python27
2api_version: 1
3threadsafe: true
4service: worker
5
6handlers:
7- url: /.*
8  script: webapp.src.worker_main.app
9  login: admin
10
11# [START exclude]
12skip_files:
13- ^(.*/)?#.*#$
14- ^(.*/)?.*~$
15- ^(.*/)?.*\.py[co]$
16- ^(.*/)?.*/RCS/.*$
17- ^(.*/)?\..*$
18- ^script/*$
19- .*_test.py$
20- ^(.*/)?frontend/(.*)
21- ^(.*/)?\.idea/(.*)
22# [END exclude]
23