appears to be working
This commit is contained in:
parent
f20aa9b0d8
commit
a51cb7410b
3 changed files with 32 additions and 5 deletions
23
.gitignore
vendored
23
.gitignore
vendored
|
|
@ -12,3 +12,26 @@
|
|||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
||||
# Python cache och loggar
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.log
|
||||
|
||||
# Editorfiler
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
|
||||
# Miljöfiler
|
||||
.env
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# OS-specifikt
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Din lokala konfigurationsfil
|
||||
config_local.py
|
||||
cache.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue