36 lines
		
	
	
		
			326 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			326 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Python-generated files
 | |
| __pycache__/
 | |
| *.py[oc]
 | |
| build/
 | |
| dist/
 | |
| wheels/
 | |
| *.egg-info
 | |
| 
 | |
| # Virtual environments
 | |
| .venv
 | |
| venv
 | |
| pyvenv.cfg
 | |
| 
 | |
| # Ruff
 | |
| .ruff_cache
 | |
| 
 | |
| # MyPy
 | |
| .mypy_cache
 | |
| 
 | |
| # MacOS generated files
 | |
| .DS_Store
 | |
| .DS_Store?
 | |
| ._*
 | |
| .Spotlight-V100
 | |
| .Trashes
 | |
| ehthumbs.db
 | |
| Thumbs.db
 | |
| 
 | |
| # Editors files
 | |
| *-swp
 | |
| .gigaide
 | |
| .idea
 | |
| .vscode
 | |
| .ropeproject
 | |
| .zed
 |