# Visual Studio things that dont need to be in the repo
*.scc
.vscode

# vi temp files
*.swp

# general files that should never be checked in
.pswrd
.env

# Python Stuff
.venv
__pycache__

# Module stuff that shouldnt be in the repo
python/duplicate_output.json
**/test_episodes/*
python/organize_photos/organize_photos_test_files/*
python/dup_out.json

# Example Files, should not be checked in, should be add as test cases instead, see '## Test Dataset' in organize-photos-module-plan.md
*.jpg
*.png