summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-03-11 00:20:43 +0100
committeryuzu-eva <cafebabe@disroot.org>2025-03-11 00:20:43 +0100
commit1d1383ce943cf6b1ddb32b031a9c9a10e29f98fe (patch)
treeafd3bd4627ecfcfac6e16714eecb6e4516df7485 /.gitignore
parent85f1c648e09e200a11ae442c8b284b24818f9239 (diff)
first iteration of flask-app; index is working
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index aa07372..791e527 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
+__pycache__/
+.venv/
+content/
.python-version
-.venv
-static
-content
*.db
+*.sql