# Dependencies node_modules/ venv/ .venv/ __pycache__/ *.pyc *.pyo # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Logs *.log logs/ # Temp files *.tmp *.temp *.bak # Large binary files *.exe *.dll *.so *.dylib # Archive files *.zip *.tar.gz *.rar # Environment files .env.local .env.production # Build outputs dist/ build/ out/ # Cache .cache/ npm-cache/ yarn-cache/