added readme and gitignore
authorPat Thoyts <pat.thoyts@gmail.com>
Sat, 2 Dec 2023 13:27:39 +0000 (13:27 +0000)
committerPat Thoyts <pat.thoyts@gmail.com>
Sat, 2 Dec 2023 13:27:39 +0000 (13:27 +0000)
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..88b2c37
--- /dev/null
@@ -0,0 +1,2 @@
+__pycache__/
+Cargo.lock
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..05a2d74
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# Advent of Code 2023
+
+Implementation in python.
+