diff --git a/.gitignore b/.gitignore index 4bc3cfc..4dde2d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# General generated python files +**/__pycache__/ + # Ignore virtual Python environment **/venv/*