Parcourir la Source

Initial commit

Lily Carpenter il y a 12 ans
commit
1a45fe366a
2 fichiers modifiés avec 39 ajouts et 0 suppressions
  1. 35 0
      .gitignore
  2. 4 0
      README.md

+ 35 - 0
.gitignore

@@ -0,0 +1,35 @@
1
+*.py[cod]
2
+
3
+# C extensions
4
+*.so
5
+
6
+# Packages
7
+*.egg
8
+*.egg-info
9
+dist
10
+build
11
+eggs
12
+parts
13
+bin
14
+var
15
+sdist
16
+develop-eggs
17
+.installed.cfg
18
+lib
19
+lib64
20
+
21
+# Installer logs
22
+pip-log.txt
23
+
24
+# Unit test / coverage reports
25
+.coverage
26
+.tox
27
+nosetests.xml
28
+
29
+# Translations
30
+*.mo
31
+
32
+# Mr Developer
33
+.mr.developer.cfg
34
+.project
35
+.pydevproject

+ 4 - 0
README.md

@@ -0,0 +1,4 @@
1
+reddit_challenge
2
+================
3
+
4
+This is the repo containing my code for the reddit programming challenge (to be sent as an application for hire)