# Environment & Secrets .env .env.* !.env.example *.pem *.key # Dependencies & Environments node_modules/ **/node_modules/ .venv/ **/.venv/ env/ venv/ ENV/ # Python __pycache__/ **/__pycache__/ *.py[cod] *$py.class *.so .pytest_cache/ # Build & Dist dist/ build/ .astro/ .next/ out/ # OS & IDE *.dmg .DS_Store **/.DS_Store .idea/ *.swp *.swo *~