stc

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

commit 603684f1373c3064eb0206a707e2c6d7f031e7e2
parent eec13cfd30c02e265056fe2bb2ea32a53e4e4b2e
Author: Youth Employment Program Production <youthemployment22@gmail.com>
Date:   Tue, 19 Sep 2023 11:05:33 -0600

add gitignore for prod

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

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