Add pycache directory to gitignore

This commit is contained in:
thunderbiscuit
2023-01-19 16:29:21 -05:00
parent b8230799cf
commit 561e93f6dd
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@@ -31,3 +31,6 @@ bdkFFI.h
BitcoinDevKit.swift
bdk.swift
.build
# Python related
__pycache__