Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	
		Jan Biermeyer
		
	commited on
		
		
					Commit 
							
							·
						
						c889d26
	
1
								Parent(s):
							
							e5a7ffe
								
image fixes
Browse files- .gitignore +3 -3
 
    	
        .gitignore
    CHANGED
    
    | 
         @@ -1,8 +1,8 @@ 
     | 
|
| 1 | 
         
            -
            # Image assets (excluded for deployment)
         
     | 
| 2 | 
         
             
            *.png
         
     | 
| 
         | 
|
| 3 | 
         
             
            *.ico
         
     | 
| 4 | 
         
            -
            assets/*. 
     | 
| 5 | 
         
            -
            assets/*.ico
         
     | 
| 6 | 
         | 
| 7 | 
         
             
            # Python
         
     | 
| 8 | 
         
             
            __pycache__/
         
     | 
| 
         | 
|
| 1 | 
         
            +
            # Image assets (excluded for deployment, except logo files)
         
     | 
| 2 | 
         
             
            *.png
         
     | 
| 3 | 
         
            +
            !assets/*.png
         
     | 
| 4 | 
         
             
            *.ico
         
     | 
| 5 | 
         
            +
            !assets/*.ico
         
     | 
| 
         | 
|
| 6 | 
         | 
| 7 | 
         
             
            # Python
         
     | 
| 8 | 
         
             
            __pycache__/
         
     |