# Environment and secrets .env .env.local # Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ env/ ENV/ *.egg-info/ dist/ build/ # Reports (generated by scripts) *_comparison_report.json # Direnv .direnv/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db