chore: Update .gitignore to ignore the contents of the "data" directory and add __pycache__/

This commit is contained in:
2024-07-12 18:36:26 +02:00
parent 9f5ab30af4
commit 9d4f4911cd
2 changed files with 110 additions and 60 deletions

6
.gitignore vendored
View File

@ -1,4 +1,8 @@
# Ignore the virtual environment directory
venv/
# ignore the contents of the directory data
data/*
data/*
# Ignore the pycache directory
__pycache__/