# Python __pycache__/ *.py[cod] *.so .Python env/ venv/ .env .venv pip-log.txt pip-delete-this-directory.txt # FastAPI / Uvicorn *.pid # IDE .vscode/ .idea/ *.swp *.swo # Project specific backend/.env *.log mock_rocprof_output.json *.db # Node node_modules/ frontend/dist/ frontend/.env.local # OS junk .DS_Store Thumbs.db # Docker *.tar # Test outputs test_output/