Add .gitignore file and update README and implementation plan documentation

This commit is contained in:
2025-10-20 17:03:45 +02:00
parent 328910a985
commit ebac14cbb2
3 changed files with 41 additions and 9 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# temp files
.DS_Store
# IDE files
.vscode/
.idea/
# Python files
__pycache__/
*.pyc
*.pyo
# Virtual environments
env/
.venv/
# environment variables
.env
# github instruction files
.github/instructions/