From d0ea6962740695448362b3549e52db2823f0756a Mon Sep 17 00:00:00 2001 From: Dustin Thomas Date: Tue, 20 Feb 2024 10:15:56 -0600 Subject: [PATCH] reorganize gitignore and add comments --- .gitignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9261e82..a21f53b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,16 @@ +# python venv __pycache__ +# cable data folder(s) cables +cables-sample.zip +# meilisearch (mainly where I've put the data volume for the container) +meili_data +# IDE things .vscode -output.log +.idea +# videos *.webm output.mp4 +# log files output.log -cables-sample.zip