From dffff6214e15124bcc6267068ece0a058373008f Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Mon, 21 May 2012 13:17:19 +0200 Subject: [PATCH] Add .gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..0558c26b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.egg-info +*.py[co] +.DS_Store