# Virtuelle miljøer
.venv/
venv/
ENV/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# IDE filer
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Logs
*.log

# Lokale konfigurationsfiler
.env
config.local.py

# Cache
.pytest_cache/
.coverage
htmlcov/ 