Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
topaztee committed Oct 25, 2024
1 parent b3f16c9 commit 5e2c77d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,17 @@ vespper-aws
vespper-aws.pub

# Python
__pycache__
__pycache__

# Keys and secrets
*.pem
*.key
*.crt
*.cert
*.p12
*.pfx
*.asc
*.gpg
*.jks
*.keystore
*.pub

0 comments on commit 5e2c77d

Please sign in to comment.