Enhance coding guidelines in .cursor/rules/coderule.mdc and .cursor/rules/python.mdc

- Added a guideline to place all source code under the `src/` directory in `coderule.mdc`.
- Removed the outdated guideline regarding the `src/` layout in `python.mdc` to streamline project structure.

These updates improve project organization and maintainability by clarifying the structure for source code and project files.
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-28 16:18:03 +02:00
parent a6c6dddcf8
commit cd04f282d0
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -27,3 +27,4 @@ alwaysApply: true
- Make sure we don't commit binaries, create and keep .gitignore up to date and delete binaries after you are done with the task
- Never force-push to main or dev branches
- Place all source code under the `src/` directory; keep project-level config, tests, and tooling at the repo root