# Dependencies node_modules/ __pycache__/ *.pyc .venv/ venv/ # Environment .env .env.local # Build .next/ dist/ build/ *.egg-info/ # IDE .idea/ .vscode/ *.swp # OS .DS_Store Thumbs.db # Logs *.log