forked from Scottcjn/Rustchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (42 loc) · 636 Bytes
/
.gitignore
File metadata and controls
48 lines (42 loc) · 636 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
# Sensitive - never commit
*founder*
*premine*
*genesis*
*private*key*
*secret*
*.env
*.db
*.sqlite
*.key
*.pem
# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
venv/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
.pytest_cache/
pytest-cache-files-*/
tests/.tmp_attestation/
# Windows miner build artifacts
Rustchain/miners/windows/dist/
Rustchain/miners/windows/release/
Rustchain/miners/windows/python-3.11.5*.exe
Rustchain/miners/windows/python-3.11.5-embed-win32.zip
# Windows miner build artifacts (repo-relative)
miners/windows/dist/
miners/windows/release/
tests/.hypothesis/