commit 9f6fcb11ebe2948167e982aa9ca9713b54a0e47d Author: Blake Eggleston Date: Thu Nov 8 21:28:44 2012 -0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f24cd995 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.py[co] + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg diff --git a/README.md b/README.md new file mode 100644 index 00000000..869495c2 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +cassandraengine +=============== \ No newline at end of file