mirror of
				https://github.com/qurator-spk/dinglehopper.git
				synced 2025-10-31 01:14:16 +01:00 
			
		
		
		
	Sharing even parts of the .idea folder in worldwide setting is bound to generate more problems than solutions. Therefore it should be removed and consequently ignore in .gitignore. Also adds some Python specific stuff to the .gitignore file.
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Byte-compiled / optimized / DLL files
 | |
| __pycache__/
 | |
| *.py[cod]
 | |
| *$py.class
 | |
| 
 | |
| # Distribution / packaging
 | |
| *.egg-info/
 | |
| 
 | |
| # Unit test / coverage reports
 | |
| htmlcov/
 | |
| .coverage
 | |
| .coverage.*
 | |
| 
 | |
| # Environments
 | |
| .env
 | |
| .venv
 | |
| env/
 | |
| venv/
 | |
| 
 | |
| # mypy
 | |
| .mypy_cache/
 | |
| .dmypy.json
 | |
| dmypy.json
 | |
| 
 | |
| # User-specific stuff
 | |
| .idea
 |