# Secrets and Config
.env
*.key
*.pem

# Python artifacts
**/__pycache__/
*.py[cod]
*$py.class
.pytest_cache/

# Git
.git
.gitignore
