# Dependencies node_modules/ __pycache__/ *.pyc .pyo *.pyd venv/ .venv/ env/ .env # Environment files (keep examples) .env.local backend/.env frontend/.env.local # Build outputs .next/ out/ dist/ build/ *.egg-info/ # IDE .idea/ .vscode/ *.swp *.swo # Testing .coverage htmlcov/ .pytest_cache/ coverage/ # Logs *.log npm-debug.log* # OS .DS_Store Thumbs.db # Python *.egg *.egg-info/ .eggs/ pip-log.txt pip-delete-this-directory.txt