So überspringen Sie die .pyc -Datei, die in das GitHub -Repository hinzugefügt wird

# create one file into scrapy project with name of 
.gitignore
#add one line into that file 
*.pyc
# and save it. it will skip the file adding into git repo
visualscrapper