appears to be working

This commit is contained in:
Johan Hjorth 2025-06-23 09:23:58 +00:00
parent f20aa9b0d8
commit a51cb7410b
3 changed files with 32 additions and 5 deletions

23
.gitignore vendored
View file

@ -12,3 +12,26 @@
# Built Visual Studio Code Extensions
*.vsix
# Python cache och loggar
__pycache__/
*.py[cod]
*.log
# Editorfiler
.vscode/
.idea/
*.swp
# Miljöfiler
.env
.venv/
venv/
env/
# OS-specifikt
.DS_Store
Thumbs.db
# Din lokala konfigurationsfil
config_local.py
cache.json