The repository currently does not ignore Python virtual environment directories such as venv/. Virtual environments contain installed dependencies, compiled binaries, and OS-specific files that should not be tracked in version control.
If a developer accidentally creates a venv/ inside the project and commits it, the repository can become unnecessarily large and introduce environment-specific artifacts.
The repository currently does not ignore Python virtual environment directories such as venv/. Virtual environments contain installed dependencies, compiled binaries, and OS-specific files that should not be tracked in version control.
If a developer accidentally creates a venv/ inside the project and commits it, the repository can become unnecessarily large and introduce environment-specific artifacts.