added '__pacache__' folders to .gitignore

This commit is contained in:
Ali Elnwegy 2024-01-19 11:42:40 +01:00
parent 716b20e849
commit e97b601901

2
.gitignore vendored
View File

@ -5,3 +5,5 @@ dist
fn_gen.egg-info/**
fn_gen.egg-info/
activate
**/__pycache__/**
**/__pycache__