add copilot instructions for better use of AI-models

This commit is contained in:
2025-09-14 06:36:37 +00:00
parent e8d71b8349
commit c19f478f11
6 changed files with 366 additions and 2 deletions

22
.gitignore vendored
View File

@@ -1,3 +1,25 @@
# OS/Editor
.DS_Store
Thumbs.db
.vscode/
.idea/
# Python
__pycache__/
*.pyc
.pytest_cache/
# Node
node_modules/
dashboard/node_modules/
dashboard/.vite/
# Env files (never commit secrets)
.env
.env.local
# Docker
*.log
# Python-related
__pycache__/
*.py[cod]