# Prevent secrets and junk from being baked into Docker images # Secrets .env .env.* # macOS junk .DS_Store # Python cache __pycache__/ *.py[cod] # Virtual environments .venv/ venv/ # Git stuff (optional) .git .gitignore