# Dependencies node_modules/ venv/ .venv/ __pycache__/ *.pyc .pytest_cache/ # Build outputs dist/ build/ *.egg-info/ .next/ out/ # IDE .idea/ .vscode/ *.swp *.swo .DS_Store # Environment .env .env.local .env.*.local *.local.json # Logs *.log logs/ # Coverage coverage/ .coverage htmlcov/ # Type checking .mypy_cache/ .dmypy.json # Testing .pytest_cache/ .tox/ # Secrets (never commit) *.pem *.key credentials.json secrets.json