blob: 7d6b8593922361a7ba875986fd1abc001fc7041e [file] [log] [blame]
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]