stc

a simple time card webapp
git clone _git@git.brennen.work:stc.git
Log | Files | Refs | README

commit 4bb75ab5d391ba8e121fd9c1f31cae67afb942a7
parent 1366076ae035da4cb779c5ae50881ebd5523b97b
Author: Brennen T. Mazur <dev@brennen.work>
Date:   Tue, 11 Jun 2024 15:47:24 -0600

improve gitignore list

Diffstat:
M.gitignore | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -3,7 +3,7 @@ db.py seeds.py newtimes.py certs/ -.env/ -__pycache__/* -*/__pycache__/* +**/.env +**/venv/* +**/__pycache__/* *.swp