diff --git a/.gitignore b/.gitignore index b410dc2..1c85de4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ -*.pyc -dist \ No newline at end of file +.*.swp +tags +.swo +.DS_Store +.*.pyc +*.scratch.* +.svn +.idea \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..e206d70 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/.idea/gistapi.py.iml b/.idea/gistapi.py.iml new file mode 100644 index 0000000..a34a857 --- /dev/null +++ b/.idea/gistapi.py.iml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..f17cd52 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0978826 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..def6a6a --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..8d54974 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.project b/.project deleted file mode 100644 index dc53a28..0000000 --- a/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - GistAPI - - - - - - org.python.pydev.PyDevBuilder - - - - - - org.python.pydev.pythonNature - - diff --git a/.pydevproject b/.pydevproject deleted file mode 100644 index 9bdde2c..0000000 --- a/.pydevproject +++ /dev/null @@ -1,10 +0,0 @@ - - - - -Default -python 2.6 - -/GistAPI/gistapi - - diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index a59e0e9..0000000 --- a/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,3 +0,0 @@ -#Wed Jun 23 13:47:22 EDT 2010 -eclipse.preferences.version=1 -encoding//gistapi/gistapi.py=utf-8 diff --git a/gistapi/__init__.pyc b/gistapi/__init__.pyc new file mode 100644 index 0000000..2932600 Binary files /dev/null and b/gistapi/__init__.pyc differ diff --git a/gistapi/gistapi.pyc b/gistapi/gistapi.pyc new file mode 100644 index 0000000..86838b3 Binary files /dev/null and b/gistapi/gistapi.pyc differ