chore: update gitignore and vscode settings for venv, clean up instructions

This commit is contained in:
2026-03-14 09:37:30 +01:00
parent 94720f2d61
commit e44a8190d0
7 changed files with 8 additions and 99 deletions

4
.gitignore vendored
View File

@@ -4,6 +4,7 @@
/src/__pycache__/*
/src/__pycache__/
/.vs/*
/.venv/*
/src/Temp/*
/src/Loaders/__pycache__/*
/src/Loaders/provider/__pycache__/*
@@ -81,4 +82,5 @@ Temp/
temp/
tmp/
*.tmp
.coverage
.coverage
.venv/bin/dotenv