video-redaction / .gitignore
vikhyatk's picture
initial commit
195fd31
raw
history blame contribute delete
414 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Project specific
inputs/*
outputs/*
!inputs/.gitkeep
!outputs/.gitkeep
inputs/
outputs/
# Model files
*.pth
*.onnx
*.pt
# Logs
*.log
certificate.pem