runtime: python27
api_version: 1
threadsafe: true
service: worker

handlers:
- url: /.*
  script: webapp.src.worker_main.app
  login: admin

# [START exclude]
skip_files:
- ^(.*/)?#.*#$
- ^(.*/)?.*~$
- ^(.*/)?.*\.py[co]$
- ^(.*/)?.*/RCS/.*$
- ^(.*/)?\..*$
- ^script/*$
- .*_test.py$
- ^(.*/)?frontend/(.*)
- ^(.*/)?\.idea/(.*)
# [END exclude]