# Sensitive files certification.pem *.pem *.key *.crt *.cert # Python temporary files __pycache__/ *.pyc *.pyo *.pyd .Python pip-log.txt pip-delete-this-directory.txt # Virtual environments venv/ env/ .venv/ .env # Docker artifacts *.dockerignore Dockerfile.bak *.log # Editor and IDE files .vscode/ .idea/ *.sublime-project *.sublime-workspace # System files .DS_Store Thumbs.db # Local development and testing *.swp *.swo *.tmp *.bak *.backup # Cache and temporary directories .cache/ *.cache *.egg-info/ dist