Add README, environment example, and project prompt.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
troogs
2026-07-18 17:46:37 +02:00
parent d70df65dc8
commit 785d0fa458
4 changed files with 101 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
.env
.env.local
docker-compose.override.yml
.cursor/
__pycache__/
*.py[cod]
.venv/
venv/