diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81b8203 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.vscode +.env +.DS_Store +__pycache__ +db.sqlite3 \ No newline at end of file