diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-03-11 00:20:43 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-03-11 00:20:43 +0100 |
| commit | 1d1383ce943cf6b1ddb32b031a9c9a10e29f98fe (patch) | |
| tree | afd3bd4627ecfcfac6e16714eecb6e4516df7485 /.gitignore | |
| parent | 85f1c648e09e200a11ae442c8b284b24818f9239 (diff) | |
first iteration of flask-app; index is working
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,7 @@ +__pycache__/ +.venv/ +content/ .python-version -.venv -static -content *.db +*.sql |
