{ "folders": [ { "path": ".", "folder_exclude_patterns": [".idea"], "file_exclude_patterns": ["tags", "*.pyc", "*.sublime-project"] } ], "build_systems": [ { "name": "Run", "working_dir": "$project_path", "windows": { "shell_cmd": "C:/Python27/python.exe testpython.py" }, "osx": { "shell_cmd": "./testpython.py" }, "linux": { "shell_cmd": "./testpython.py" }, "file_regex": "^(...*?):([0-9]*):?([0-9]*)" } ] }