mirror of
				https://github.com/SectorLabs/django-localized-fields.git
				synced 2025-10-31 10:48:56 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Ignore virtual environments
 | |
| env/
 | |
| 
 | |
| # Ignore Python byte code cache
 | |
| *.pyc
 | |
| __pycache__
 | |
| .cache/
 | |
| 
 | |
| # Ignore coverage reports
 | |
| .coverage
 | |
| htmlcov
 | |
| 
 | |
| # Ignore build results
 | |
| *.egg-info/
 | |
| dist/
 | |
| 
 | |
| # Ignore stupid .DS_Store
 | |
| .DS_Store
 |