visionSort-AIChallenge / gitignore.txt
Aya777's picture
Update gitignore.txt
be918af verified
raw
history blame contribute delete
197 Bytes
# Python cache
__pycache__/
*.pyc
# Secrets
.env
# macOS clutter
*.DS_Store
# IDE/editor settings
.idea/
.vscode/
# Dev/test files
test_video.MOV
*.ipynb
frames/
*.jpg
*.jpeg
*.webp
example.py