start
This commit is contained in:
53
.gitignore
vendored
Normal file
53
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user