add .venv

This commit is contained in:
Simon
2023-06-22 23:28:06 +07:00
parent 32721cf7ed
commit 3f1d8cf75d
2 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
# python testing cache
__pycache__
.venv
# django testing db
db.sqlite3