Files
MCP_CyberArk/.gitignore
2026-03-29 19:51:51 +02:00

17 lines
136 B
Plaintext

.env
*.pfx
*.p12
*.pem
*.key
certs/*
!certs/.gitkeep
__pycache__/
*.py[cod]
*.egg-info/
dist/
.venv/
.pytest_cache/
.coverage
htmlcov/