aboutsummaryrefslogtreecommitdiffstats
path: root/backend/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'backend/.gitignore')
-rw-r--r--backend/.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/.gitignore b/backend/.gitignore
new file mode 100644
index 0000000..16cd44d
--- /dev/null
+++ b/backend/.gitignore
@@ -0,0 +1,6 @@
+__pycache__/
+*.pyc
+*.pyo
+
+.venv/
+.env \ No newline at end of file