diff --git a/.gitignore b/.gitignore index 8b13789..7e94945 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,25 @@ +# Secrets +.env +*.env +secrets/ +credentials/ +tokens/ +*.key +*.pem +# Python +__pycache__/ +*.pyc +.venv/ +venv/ + +# OS +.DS_Store +Thumbs.db + +# Logs +*.log + +# Local configs +local/ +private/