From dfa96fc3a20785d1d405003748a368e5b2ac3aec Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Sat, 29 Dec 2012 10:24:51 -0800 Subject: Initial commit --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 39 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d2d6f36 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +*.py[cod] + +# C extensions +*.so + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox +nosetests.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e83f43 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +weatbag +======= + +Written by Everyone Altogether, The Big Adventure Game \ No newline at end of file -- cgit v1.3