THRIFT-2620: Fix python packaging
Client: build process
Patch: jfarrell
Fixes python build to include missing README.md and also run packaging under
vagrant images
diff --git a/.gitignore b/.gitignore
index 02316f3..f4a4b65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
*.log
*.trs
*.suo
+*.pyc
*.cache
*.user
*.ipch
@@ -210,8 +211,6 @@
/test/log/
/test/test.log
/test/py.twisted/_trial_temp/
-/test/py.twisted/test_suite.pyc
-/test/py.tornado/*.pyc
/test/rb/Gemfile.lock
/tutorial/cpp/TutorialClient
/tutorial/cpp/TutorialServer