Update .gitignore

This commit is contained in:
2024-09-09 17:05:20 +02:00
parent 1a1e8106ec
commit af8b4db718
17 changed files with 6 additions and 1 deletions

7
.gitignore vendored
View File

@@ -24,4 +24,9 @@ go.work.sum
# env file
.env
**temp_data/**
**temp_data/**
# py file for branch switching
*venv
*pytest_cache/**
*pycache*/**