diff --git a/.gitignore b/.gitignore index 2e2ba01e5..db36a8ff7 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,17 @@ server/dist # prompts prompts/debug + +# Virtual environment +venv/ +../venv/ + +# Environment variables +.env + +# Python cache +__pycache__/ +*.pyc + +# DB +db.sqlite3 \ No newline at end of file