# 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 # tests tests/