Update .gitignore
Browse files- .gitignore +2 -0
    	
        .gitignore
    CHANGED
    
    | @@ -1,5 +1,6 @@ | |
| 1 | 
             
            # Ignore any file with '_local' in its name
         | 
| 2 | 
             
            *_local.*
         | 
|  | |
| 3 |  | 
| 4 | 
             
            # Ignore specific files and directories
         | 
| 5 | 
             
            datasets/cached_data/
         | 
| @@ -7,6 +8,7 @@ datasets/outputs/ | |
| 7 | 
             
            saved_audio.wav
         | 
| 8 | 
             
            result.avi
         | 
| 9 | 
             
            test.mp4
         | 
|  | |
| 10 | 
             
            **/.ipynb_checkpoints/
         | 
| 11 | 
             
            **/__pycache__/
         | 
| 12 | 
             
            outputs/
         | 
|  | |
| 1 | 
             
            # Ignore any file with '_local' in its name
         | 
| 2 | 
             
            *_local.*
         | 
| 3 | 
            +
            *_watermarked.mp4*
         | 
| 4 |  | 
| 5 | 
             
            # Ignore specific files and directories
         | 
| 6 | 
             
            datasets/cached_data/
         | 
|  | |
| 8 | 
             
            saved_audio.wav
         | 
| 9 | 
             
            result.avi
         | 
| 10 | 
             
            test.mp4
         | 
| 11 | 
            +
            video_only.mp4
         | 
| 12 | 
             
            **/.ipynb_checkpoints/
         | 
| 13 | 
             
            **/__pycache__/
         | 
| 14 | 
             
            outputs/
         | 
