mirror of
				https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
				synced 2025-10-30 01:25:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			56 lines
		
	
	
		
			604 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			604 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Python Virtual Environment
 | |
| venv/
 | |
| env/
 | |
| .env
 | |
| 
 | |
| # Python cache files
 | |
| __pycache__/
 | |
| *.pyc
 | |
| *.pyo
 | |
| *.pyd
 | |
| .Python
 | |
| 
 | |
| # Generated/processed images
 | |
| demo_*
 | |
| cleaned_*
 | |
| comparison_*
 | |
| *_cleaned_*
 | |
| *_comparison_*
 | |
| 
 | |
| # Processing outputs
 | |
| cleaned/
 | |
| output/
 | |
| results/
 | |
| 
 | |
| # Configuration files (may contain sensitive settings)
 | |
| config.json
 | |
| *.config.json
 | |
| custom_*.json
 | |
| 
 | |
| # Temporary files
 | |
| *.tmp
 | |
| *.temp
 | |
| .DS_Store
 | |
| Thumbs.db
 | |
| 
 | |
| # IDE files
 | |
| .vscode/
 | |
| .idea/
 | |
| *.swp
 | |
| *.swo
 | |
| *~
 | |
| 
 | |
| # Logs
 | |
| *.log
 | |
| logs/
 | |
| 
 | |
| # Test outputs
 | |
| test_*
 | |
| sample_output/
 | |
| 
 | |
| # Large source images (uncomment if you don't want to track originals)
 | |
| # *.jpg
 | |
| # *.jpeg
 | |
| # *.png
 | |
| # *.tif
 | |
| # *.tiff | 
