-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy path.gitignore
68 lines (54 loc) · 859 Bytes
/
.gitignore
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
# macos cruft
.DS_Store
# Virtual environment
pysuienv
env
.env
.python-version
# Compiled code
__pycache__
Move.lock
# logs
*.log*
# Temporary Spikes
faux.py
temp*.py
temp*.json
temp*.stub
pool*.py
parmobject*.py
temp_sub.py
out*
protocol.json
backup/
ser_deser_txn.py
ser_sample.json
ser_txn.py
*_schema-*.graphql
# pytest cruft
.pytest_cache
# mypy cruft
.mypy_cache
# vscode cruft
.vscode/launch.json
# Local copy of SUI RPC API from `rpc.discover` or some inferencing review
apidefn*.json
optionals_*.json
# Local copy of SUI 0x2 modules and functions
siggen.list
# Local copy of Sui gRPC protobufs
suiprot
# Publish runs cruft
build
doc/build
pysui.egg-info
dist
setup.py
# Documentation runs cruft
doc/source/pysui.sui*
doc/source/modules.rst
doc/source/pysui.abstracts.rst
doc/source/pysui.rst
doc/source/pysui.sui.rst
# Misc cruft
*.txt