1
0
mirror of https://codeberg.org/diginaut/digimarks.git synced 2026-02-04 16:10:27 +01:00

Ignore some environment

This commit is contained in:
2026-01-03 20:29:54 +01:00
parent 09c685f2aa
commit 2936a4815a

7
.gitignore vendored
View File

@@ -78,9 +78,13 @@ celerybeat-schedule
# dotenv # dotenv
.env .env
# direnv
.envrc
# virtualenv # virtualenv
venv/ venv/
ENV/ ENV/
.venv
# Spyder project settings # Spyder project settings
.spyderproject .spyderproject
@@ -94,6 +98,9 @@ ENV/
# vim # vim
*.swp *.swp
# Zed editor
.zed
# digimarks # digimarks
static/favicons static/favicons
tags tags