adamwathan / sublime-phpunit

Run individual unit test files directly from Sublime
280 stars 43 forks source link

Delete sublime-phpunit.pyc file #15

Closed roberto-aguilar closed 7 years ago

roberto-aguilar commented 7 years ago

Python source files are compiled into bytecodes in form of .pyc files which are then used by the python virtual machine. These files are generated automatically and on the fly on every machine where the code runs so it's pretty much useless to share them.