diff --git a/samples/python2/.gitignore b/samples/python2/.gitignore new file mode 100644 index 0000000000..e449f6968a --- /dev/null +++ b/samples/python2/.gitignore @@ -0,0 +1,10 @@ +# python binary files +*.pyc +__pycache__ + +# tmp files from examples +/output +*.dat +out.ply +svm_scores.npz +unused_api.txt diff --git a/samples/python2/_tutorials_url.txt b/samples/python2/_tutorials_url.txt new file mode 100644 index 0000000000..05d5e87109 --- /dev/null +++ b/samples/python2/_tutorials_url.txt @@ -0,0 +1,2 @@ +OpenCV-Python Tutorials +http://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_tutorials.html