From: Oleg Broytman Date: Sun, 31 Aug 2025 20:39:22 +0000 (+0300) Subject: Build(git): Ignore compiled Python byte-code files X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=0a845f9913fad22bdf68b62331fa8538399bb1e5;p=bittorrent.git Build(git): Ignore compiled Python byte-code files --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..539da74 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.py[co]