Add pycache directory to gitignore

This commit is contained in:
thunderbiscuit 2023-01-19 16:29:21 -05:00
parent b8230799cf
commit 561e93f6dd
No known key found for this signature in database
GPG Key ID: 88253696EB836462
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

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