Which of the following is NOT typically included in a Python virtual environment?
A. Python interpreter
B. Project-specific dependencies
C. Standard Python libraries
D. System-wide Python packages
Python virtual environments are isolated from system-wide packages, including the Python interpreter and standard libraries.