reorganize gitignore and add comments

This commit is contained in:
Camryn Thomas 2024-02-20 10:15:56 -06:00
parent eea8c9f5fa
commit d0ea696274
Signed by: cptlobster
GPG Key ID: 6D341D688163A176

11
.gitignore vendored
View File

@ -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