Update .gitignore to include .env and .DS_Store files

Add .cursor autodevelopment system
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-25 17:41:10 +02:00
parent 44e75afc4f
commit d96971b050
95 changed files with 11049 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
---
description: "Defines required technology choices: Postgres DB, .NET/Python/Rust backend, React/Tailwind frontend, OpenAPI for APIs"
alwaysApply: true
---
# Tech Stack
- Prefer Postgres database, but ask user
- Depending on task, for backend prefer .Net or Python. Rust for performance-critical things.
- For the frontend, use React with Tailwind css (or even plain css, if it is a simple project)
- document api with OpenAPI