chore: Update .gitignore to ignore the contents of the "data" directory and add __pycache__/
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,8 @@
|
||||
# Ignore the virtual environment directory
|
||||
venv/
|
||||
|
||||
# ignore the contents of the directory data
|
||||
data/*
|
||||
data/*
|
||||
|
||||
# Ignore the pycache directory
|
||||
__pycache__/
|
||||
Reference in New Issue
Block a user