Spaces:
				
			
			
	
			
			
		Build error
		
	
	
	
			
			
	
	
	
	
		
		
		Build error
		
	chore: update .gitignore to include environment variables and Python cache files
Browse files- .gitignore +9 -9
    	
        .gitignore
    CHANGED
    
    | @@ -1,13 +1,13 @@ | |
| 1 | 
            -
             | 
| 2 | 
            -
            *.env
         | 
| 3 | 
            -
            .env
         | 
| 4 | 
            -
            venv
         | 
| 5 | 
             
            .streamlit/secrets.toml
         | 
| 6 |  | 
| 7 | 
            -
            #  | 
| 8 | 
            -
             | 
| 9 | 
            -
             | 
|  | |
|  | |
|  | |
|  | |
|  | |
| 10 |  | 
| 11 | 
            -
            vector_store/*
         | 
| 12 | 
            -
            !vector_store/.gitkeep
         | 
| 13 |  | 
|  | |
| 1 | 
            +
            # Secrets
         | 
|  | |
|  | |
|  | |
| 2 | 
             
            .streamlit/secrets.toml
         | 
| 3 |  | 
| 4 | 
            +
            # Environment variables
         | 
| 5 | 
            +
            .env
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            # Python
         | 
| 8 | 
            +
            __pycache__/
         | 
| 9 | 
            +
            *.py[cod]
         | 
| 10 | 
            +
            *$py.class
         | 
| 11 | 
            +
             | 
| 12 |  | 
|  | |
|  | |
| 13 |  | 
