# Dependencies node_modules/ vendor/ .venv/ # Environment .env .env.local .env.production # Build dist/ build/ bin/ # IDE .idea/ .vscode/ *.swp # OS .DS_Store Thumbs.db # Logs *.log logs/ # Secrets *.key *.pem credentials.json service-account.json