add ignores
All checks were successful
Docker Image / build (push) Successful in 1m13s

This commit is contained in:
LockeShor
2026-03-03 01:43:19 -05:00
parent 7f41783a9b
commit 1a6857e33a
2 changed files with 4 additions and 1 deletions

View File

@@ -7,3 +7,5 @@ __pycache__/
.git/ .git/
.gitignore .gitignore
data/ data/
.env
.gitea/

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.venv/ .venv/
__pycache__/ __pycache__/
.git/ .git/
.env