mirror of
https://github.com/masterking32/MasterHttpRelayVPN.git
synced 2026-05-17 21:24:37 +03:00
20 lines
229 B
Plaintext
20 lines
229 B
Plaintext
# Never bake secrets or runtime state into the image.
|
|
config.json
|
|
ca/
|
|
|
|
# Python runtime artifacts
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.venv/
|
|
venv/
|
|
*.egg-info/
|
|
|
|
# Development / OS clutter
|
|
.git/
|
|
.gitignore
|
|
.vscode/
|
|
*.log
|
|
adblock_cache/
|