Add .gitignore and initial README.md for project setup

This commit is contained in:
2026-05-02 12:32:37 +02:00
commit 559a6e4c56
2 changed files with 60 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# instruction files
.github/instructions/
# vscode settings
.vscode/
# python virtual environment
.venv/
# python cache
__pycache__/
*.pyc