mirror of
				https://github.com/SectorLabs/django-localized-fields.git
				synced 2025-10-31 18:48:56 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			308 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			308 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Ignore virtual environments
 | |
| env/
 | |
| .env/
 | |
| venv/
 | |
| 
 | |
| # Ignore Python byte code cache
 | |
| *.pyc
 | |
| __pycache__
 | |
| .cache/
 | |
| 
 | |
| # Ignore coverage reports
 | |
| .coverage
 | |
| reports/
 | |
| 
 | |
| # Ignore build results
 | |
| *.egg-info/
 | |
| dist/
 | |
| pip-wheel-metadata
 | |
| 
 | |
| # Ignore stupid .DS_Store
 | |
| .DS_Store
 | |
| 
 | |
| # Ignore PyCharm
 | |
| .idea/
 | |
| 
 | |
| # Ignore tox environments
 | |
| .tox/
 |