From c62e91f3eca01c7e06974994fc16bce06fbffabf Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 6 Aug 2013 19:25:52 -0700 Subject: Initial commit. Migrates over basic project files, and the OpenSSL bindings from OpenTLS. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..5d29a9f4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.py[co] +__pycache__/ +_build/ -- cgit v1.2.3