diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 12686969686c..31f33741408d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,6 @@ build CMakeLists.txt.user # Ignore VS Code files .vscode/* -# Ignore generated .pyc binaries +# Ignore generated python artifacts copts/copts.pyc +copts/__pycache__/ |