diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..62cbd82e85cc57c0a0b2c7e192756f6192e586fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Ignore Python temporary files +*.pyc +__pycache__ \ No newline at end of file