openworm / behavioral_syntax

behavioral syntax analysis based on the paper of Andre Brown
Other
5 stars 1 forks source link

Add __init__.py and ignore .pyc files #29

Closed MichaelCurrie closed 8 years ago

MichaelCurrie commented 8 years ago

Got the tests to pass by adding Python 2.7-style __init__.py files in all subfolders. (see http://stackoverflow.com/questions/34969646/)

Also set up a .gitignore file to ignore the Python .pyc files in source control.