Skip to content

Commit b7aa390

Browse files
coadometa-codesync[bot]
authored andcommitted
Add __pycache__ to the gitignore (#56134)
Summary: Pull Request resolved: #56134 The `__pycache__` is generated when I run the script locally. This should be added to `.gitignore`. Changelog: [Internal] Reviewed By: huntie Differential Revision: D97119516 fbshipit-source-id: f52160c43d537543ad1459ca7a07996de8ab5e7f
1 parent 941ace9 commit b7aa390

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ fix_*.patch
177177
# [Experimental] Generated TS type definitions
178178
/packages/**/types_generated/
179179

180+
# Python
181+
__pycache__/
182+
180183
# Doxygen XML output used for C++ API tracking
181184
/packages/react-native/**/api/xml
182185
/packages/react-native/**/api/codegen

0 commit comments

Comments
 (0)