diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da220f4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +__pycache__/ +*.pyc +*.pyo +*.log +data/ +report.txt +.idea/ +.vscode/ +*.tmp \ No newline at end of file