obs-r2-uploader/.gitignore

48 lines
385 B
Plaintext

# Environment variables
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
*.egg-info/
dist/
build/
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# Wrangler
.wrangler/
.dev.vars
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Test videos
*.mp4
*.mkv
*.mov
*.avi
!tests/test-video.mp4
# Logs
*.log