32 lines
		
	
	
		
			307 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			307 B
		
	
	
	
		
			Plaintext
		
	
	
	
| .venv
 | |
| .env
 | |
| venv
 | |
| 
 | |
| settings-me.yaml
 | |
| 
 | |
| .ruff_cache
 | |
| .pytest_cache
 | |
| .mypy_cache
 | |
| 
 | |
| # byte-compiled / optimized / DLL files
 | |
| __pycache__/
 | |
| *.py[cod]
 | |
| 
 | |
| # unit tests / coverage reports
 | |
| /tests-results.xml
 | |
| /.coverage
 | |
| /coverage.xml
 | |
| /htmlcov/
 | |
| 
 | |
| # pyenv
 | |
| /.python-version
 | |
| 
 | |
| # IDE
 | |
| .idea/
 | |
| .vscode/
 | |
| /.run/
 | |
| .fleet/
 | |
| 
 | |
| # macOS
 | |
| .DS_Store
 |