chore: Update boilerplate gitignore (#22220)

Add __pycache__ to .gitignore file of the new app.
This commit is contained in:
Babuuu 2023-08-28 14:24:54 +03:00 committed by GitHub
parent e71c5142cf
commit 173605fe2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -518,7 +518,8 @@ gitignore_template = """.DS_Store
*.egg-info
*.swp
tags
node_modules"""
node_modules
__pycache__"""
github_workflow_template = """
name: CI