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