-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
103 lines (77 loc) · 1.04 KB
/
.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Python
__pycache__/
.pytest_cache
# notebooks
notebooks
**/known_nodes.json
*/.vscode/*
*/.idea/*
*/.DS_Store
*/.env
*/.env.local
*/.env.*.local
# env vars
**/*.env
# Linters
**/.mypy_cache/
**/.ruff_cache/
# Unit test / coverage reports
htmlcov/
.coverage
.coverage.*
# Environments
**/.env
.venv
env/
venv/
# onnx environment
onnx
# Mac finder cache
.DS_Store
# Local logs
*.log
# ignore build artifacts
**/*.egg-info
dist
build
#ide specific
launch.json
# ide
.idea
# wallet files
**/keyfile-arweave.json
**/wallet.json
# shared volume files
shared
# model files
**/*.torch
**/*.onnx
# pypi-server packages (testing installation of lib locally)
packages
# gcp secret files
*-key.json
*-key.json.b64
devnet-bq-sa.json
playground
# downloaded models when testing arlocal
iris
downloaded_models
# arlocal logs
logs
# docs
**/site
.vercel
vercel.json
# pytest logs
**/pytest_logs.txt
infernet_services/deploy/config.json
**/test_lib_0/**
# temp directories
tmp
temp
large.txt
llama
proof.bin
proving_key.*
verifying_key.*
sync_upstream