Skip to content

Commit

Permalink
Forgot to provide a gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmalcolm committed Apr 6, 2010
1 parent 8877a1e commit 0ef9b8c
Show file tree
Hide file tree
Showing 122 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.pyc
*.swp
.DS_Store
answers
Binary file removed python 2_6/contemplate_koans.pyc
Binary file not shown.
Binary file removed python 2_6/koans/__init__.pyc
Binary file not shown.
Binary file removed python 2_6/koans/a_package_folder/__init__.pyc
Binary file not shown.
Binary file removed python 2_6/koans/a_package_folder/a_module.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_asserts.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_attribute_access.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_class_attributes.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_class_decorators.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_classes.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_control_statements.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_decorating_with_classes.pyc
Binary file not shown.
Binary file not shown.
Binary file removed python 2_6/koans/about_deleting_objects.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_dice_project.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_dictionaries.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_exceptions.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_extra_credit.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_function_decorators.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_generators.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_inheritance.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_iteration.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_lambdas.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_list_assignments.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_lists.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_method_bindings.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_methods.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_modules.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_monkey_patching.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_multiple_inheritance.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_new_style_classes.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_none.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_packages.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_proxy_object_project.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_scope.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_scoring_project.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_sets.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_strings.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_triangle_project.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_triangle_project2.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_true_and_false.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_tuples.pyc
Binary file not shown.
Binary file removed python 2_6/koans/about_with_statements.pyc
Binary file not shown.
Binary file removed python 2_6/koans/another_local_module.pyc
Binary file not shown.
Binary file removed python 2_6/koans/jims.pyc
Binary file not shown.
Binary file removed python 2_6/koans/joes.pyc
Binary file not shown.
Binary file removed python 2_6/koans/local_module.pyc
Binary file not shown.
Binary file removed python 2_6/koans/local_module_with_all_defined.pyc
Binary file not shown.
Binary file removed python 2_6/koans/triangle.pyc
Binary file not shown.
Binary file removed python 2_6/libs/__init__.pyc
Binary file not shown.
Binary file removed python 2_6/libs/mock.pyc
Binary file not shown.
Binary file removed python 2_6/runner/__init__.pyc
Binary file not shown.
Binary file removed python 2_6/runner/helper.pyc
Binary file not shown.
Binary file removed python 2_6/runner/koan.pyc
Binary file not shown.
Binary file removed python 2_6/runner/mockable_test_result.pyc
Binary file not shown.
Binary file removed python 2_6/runner/mountain.pyc
Binary file not shown.
Binary file removed python 2_6/runner/path_to_enlightenment.pyc
Binary file not shown.
Binary file removed python 2_6/runner/runner_tests/__init__.pyc
Binary file not shown.
Binary file removed python 2_6/runner/runner_tests/test_helper.pyc
Binary file not shown.
Binary file removed python 2_6/runner/runner_tests/test_mountain.pyc
Binary file not shown.
Binary file removed python 2_6/runner/runner_tests/test_sensei.pyc
Binary file not shown.
Binary file removed python 2_6/runner/sensei.pyc
Binary file not shown.
Binary file removed python 3_1/contemplate_koans.pyc
Binary file not shown.
Binary file removed python 3_1/koans/__init__.pyc
Binary file not shown.
Binary file removed python 3_1/koans/a_package_folder/__init__.pyc
Binary file not shown.
Binary file removed python 3_1/koans/a_package_folder/a_module.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_asserts.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_attribute_access.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_class_attributes.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_class_decorators.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_classes.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_control_statements.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_decorating_with_classes.pyc
Binary file not shown.
Binary file not shown.
Binary file removed python 3_1/koans/about_deleting_objects.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_dice_project.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_dictionaries.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_exceptions.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_extra_credit.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_function_decorators.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_generators.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_inheritance.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_iteration.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_lambdas.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_list_assignments.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_lists.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_method_bindings.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_methods.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_modules.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_monkey_patching.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_multiple_inheritance.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_none.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_packages.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_proxy_object_project.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_scope.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_scoring_project.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_sets.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_strings.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_triangle_project.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_triangle_project2.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_true_and_false.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_tuples.pyc
Binary file not shown.
Binary file removed python 3_1/koans/about_with_statements.pyc
Binary file not shown.
Binary file removed python 3_1/koans/another_local_module.pyc
Binary file not shown.
Binary file removed python 3_1/koans/jims.pyc
Binary file not shown.
Binary file removed python 3_1/koans/joes.pyc
Binary file not shown.
Binary file removed python 3_1/koans/local_module.pyc
Binary file not shown.
Binary file removed python 3_1/koans/local_module_with_all_defined.pyc
Binary file not shown.
Binary file removed python 3_1/koans/triangle.pyc
Binary file not shown.
Binary file removed python 3_1/libs/__init__.pyc
Binary file not shown.
Binary file removed python 3_1/libs/mock.pyc
Binary file not shown.
Binary file removed python 3_1/runner/__init__.pyc
Binary file not shown.
Binary file removed python 3_1/runner/helper.pyc
Binary file not shown.
Binary file removed python 3_1/runner/koan.pyc
Binary file not shown.
Binary file removed python 3_1/runner/mockable_test_result.pyc
Binary file not shown.
Binary file removed python 3_1/runner/mountain.pyc
Binary file not shown.
Binary file removed python 3_1/runner/path_to_enlightenment.pyc
Binary file not shown.
Binary file removed python 3_1/runner/runner_tests/__init__.pyc
Binary file not shown.
Binary file removed python 3_1/runner/runner_tests/test_helper.pyc
Binary file not shown.
Binary file removed python 3_1/runner/runner_tests/test_mountain.pyc
Binary file not shown.
Binary file removed python 3_1/runner/runner_tests/test_sensei.pyc
Binary file not shown.
Binary file removed python 3_1/runner/sensei.pyc
Binary file not shown.

0 comments on commit 0ef9b8c

Please sign in to comment.