diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 0000000..3d329e7 --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.py[cod] + +forum.db diff --git a/backend/forum.db b/backend/forum.db deleted file mode 100644 index d7baae5..0000000 Binary files a/backend/forum.db and /dev/null differ