2 Commits

Author SHA1 Message Date
1d7bc19965 style: Updates VS Code editor color scheme
- Updates the VS Code settings to customize the color scheme for
  the activity bar and activity bar badge.
- Enhances the visual appearance and user experience of the editor.
2025-07-16 11:04:58 +02:00
5061ee218f Configures Python environment for project
Adds a `.env` file to define the `PYTHONPATH` variable, ensuring
module resolution from the `src` directory. Configures VS Code
settings to use the `.env` file and enhance Python analysis
with extra paths.

Improves development environment setup.
2025-04-26 18:54:00 +00:00