Skip to content

Commit

Permalink
Add precompiled Python files to .gitignore.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 436717146
Change-Id: I99198038ce8242d60c28fe97ac8e3710a68f5fe6
  • Loading branch information
saran-t committed Mar 23, 2022
1 parent ed775c8 commit d1db62c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.out
*.o
*.so
*.so.*

# Exclude editor config
.vscode/
Expand All @@ -19,4 +20,9 @@ build/
build_cmake/

# Exclude macOS folder attributes
.DS_Store
.DS_Store

# Python byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

0 comments on commit d1db62c

Please sign in to comment.