diff --git a/.gitignore b/.gitignore index 1d74e21..743e5fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ .vscode/ +*.py[cod] +*.o +*.so +*.out diff --git a/README.md b/README.md new file mode 100644 index 0000000..a68637f --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Advent of Code +My solutions for advent of code.