This commit is contained in:
2026-04-11 00:37:27 +02:00
parent b90bdd851d
commit 99f6a265c0

53
.gitignore vendored Normal file
View File

@@ -0,0 +1,53 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg
# Virtual environments
venv/
env/
.venv/
.env/
# PyInstaller output
dist/
build/
*.spec.bak
# Miljøvariabler og hemmeligheder
.env
*.env
!.env.example
# Database og brugerdata
*.db
*.db-shm
*.db-wal
~/.linedance/
# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Test
.pytest_cache/
.coverage
htmlcov/
# Node (til fremtidig web-del)
node_modules/
.next/