diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dc4d0ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# ignore build artifacts and .pyc compiled python bytecode files +build/ +*.pyc \ No newline at end of file