From 13b66ea78162d6f768bd57d8870aa778f7bd2f49 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Fri, 8 Mar 2013 11:41:39 -0500 Subject: Add Trove classifiers indicating CPython, 3.2 and PyPy support. Added .gitignore. --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..401eb52 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.pyc +*.so +*.dll +__pycache__ +src/*.egg-info + +.installed.cfg +.tox +bin +build +develop-eggs +parts -- cgit v1.2.1