|  09-05-2021, 10:01 AM | #1 | 
| Connoisseur  Posts: 57 Karma: 10 Join Date: Jul 2021 Device: Abakus | 
				
				__pycache__
			 
			
			Hi, i'm curious: why do some plugins have a __pycache__ directory and some don't? //binchen | 
|   |   | 
|  09-05-2021, 01:31 PM | #2 | 
| Sigil Developer            Posts: 9,071 Karma: 6361556 Join Date: Nov 2009 Device: many | 
			
			When python3 code is run, the python interpreter creates a cache of the pyc files to speed up future runs.  If deleted or outdated or etc  they will be recreated by the python interpreter.   Many plugins forget to remove it before creating the plugin .zip. It will not hurt anything. | 
|   |   | 
| Advert | |
|  |