Update coding rules to enforce source code organization and clarify project structure. Added guideline to place all source code under the src/ directory in coderule.mdc and removed redundant rule from python.mdc.

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-06 05:03:33 +03:00
parent 8e2ecf50fd
commit 260150ab95
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -21,3 +21,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