gitignore: ignore *.pyc files

Running our installcheck test suite creates these files.

Change-Id: I97ac8f1aa165a491c55dff6b48486db17b75443b
This commit is contained in:
Lily Ballard 2024-10-20 22:06:04 -07:00
parent 068f4b147d
commit 4308ec1ae4

3
.gitignore vendored
View file

@ -36,3 +36,6 @@ buildtime.bin
# Rust build files when using Cargo (not actually supported for building but it spews the files anyway)
/target/
# Python compiled files from the test suite
*.pyc