-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (62 loc) · 785 Bytes
/
.gitignore
File metadata and controls
69 lines (62 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Rust related
target
build
# Kotlin related
.gradle
wallet_db
bdk_ffi_test
local.properties
*.log
*.dylib
*.so
*.db
*/data/signet
.DS_Store
testdb
.lsp
.clj-kondo
.idea/
.editorconfig
bdk.kt
.kotlin/
# Swift related
/.build
.swiftpm
/Packages
/*.xcodeproj
xcuserdata/
DerivedData/
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
bdkFFI.xcframework.zip
bdkFFI
libbdkffi.a
bdkFFI.h
BitcoinDevKitFFI.h
BitcoinDevKit.swift
bdk.swift
.build
*.xcframework/
Info.plist
bdkffi.xcframework
Sources/
xcuserdata
# Python related
__pycache__
.localenvironment/
.tox/
dist/
bdkpython.egg-info/
__pycache__/
libbdkffi.dylib
.idea/
.DS_Store
*.swp
src/bdkpython/bdk.py
src/bdkpython/*.so
*.whl
build/
testing-setup-py-simple-example.py
.localpythonenv/
# API docs
api.rst
_build/