jukebox-software/.gitignore
Dustin Thomas 5ef8795eb4
Merge branch 'main' into dthomas_meilisearch
# Conflicts:
#	.gitignore
#	read_datasheet.py
2024-03-12 16:13:41 -05:00

19 lines
249 B
Plaintext

# 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
.idea
# videos
*.webm
output.mp4
# log files
output.log
# images
*.png