mirror of
https://github.com/SnowMB/traefik-certificate-extractor.git
synced 2025-01-31 12:19:31 +08:00
24 lines
196 B
Plaintext
24 lines
196 B
Plaintext
|
certs/
|
||
|
data/
|
||
|
|
||
|
# Python ignores
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
*$py.class
|
||
|
.Python
|
||
|
build/
|
||
|
develop-eggs/
|
||
|
dist/
|
||
|
downloads/
|
||
|
eggs/
|
||
|
.eggs/
|
||
|
lib/
|
||
|
lib64/
|
||
|
parts/
|
||
|
sdist/
|
||
|
var/
|
||
|
wheels/
|
||
|
*.egg-info/
|
||
|
.installed.cfg
|
||
|
*.egg
|