hesham-rsa/.gitignore
HeshamTB a58f9b9337
rsa: black formatting, ignore idea files
Signed-off-by: HeshamTB <hishaminv@gmail.com>
2024-01-19 15:58:15 +03:00

14 lines
94 B
Plaintext

__pycache__/
keys/
test-file
#pyinstaller files
dist/
build/
*.spec
#venv dir
venv/
.idea/