This commit is contained in:
2026-04-02 13:15:03 +02:00
parent bbce45dbe5
commit 4979b4f582
21 changed files with 0 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
# Virtuelle miljøer
.venv/
venv/
env/
# PyInstaller output
build/
dist/
*.spec
# Miljøvariabler (må aldrig committes)
.env
# Logs og output
*.log
output/
*.csv
*.tsv
# IDE
.vscode/
.idea/
*.swp
# Windows
Thumbs.db
desktop.ini