mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-10-30 03:39:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			326 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			326 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Byte-compiled / optimized / DLL files
 | |
| dist
 | |
| build
 | |
| __pycache__
 | |
| *.py[cod]
 | |
| *$py.class
 | |
| *.swp
 | |
| *.egg-info
 | |
| _build
 | |
| .tox
 | |
| .coverage
 | |
| coverage
 | |
| 
 | |
| # Translations
 | |
| *.mo
 | |
| *.pot
 | |
| 
 | |
| # PyCharm project settings
 | |
| .idea
 | |
| 
 | |
| # VSCode project settings
 | |
| .vscode
 | |
| 
 | |
| # Local data
 | |
| settings_local.py
 | |
| *.log
 | |
| media/
 | |
| output/
 | |
| /static/
 | |
| 
 | |
| # Virtualenv
 | |
| env/
 | |
| venv/
 | |
| db.sqlite3
 |