🗝 KeyzHub
19Keys · community archive
220 bytes raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
# secrets
.env
.env.*
*.pem
id_rsa*

# python
__pycache__/
*.pyc
.venv/
venv/

# node (in case a swapped challenge uses it)
node_modules/

# os
.DS_Store

# challenge workspace build artifacts
workspace/*/.pytest_cache/