Your Name hace 6 años
padre
commit
228ed9a847
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

@@ -6,7 +6,10 @@ bin-release/
 .idea
 # Other files and folders
 .settings/
-
+__pycache__
+pipelines/__pycache__
+spiders/__pycache__
+utils/__pycache__
 # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
 # should NOT be excluded as they contain compiler settings and other important
 # information for Eclipse / Flash Builder.