2023-08-10 17:38:07 +02:00
|
|
|
|
|
|
|
# You may want to customise this file depending on your Operating System
|
|
|
|
# and the editor that you use.
|
|
|
|
#
|
|
|
|
# We recommend that you use a Global Gitignore for files that are not related
|
|
|
|
# to the project. (https://help.github.com/articles/ignoring-files/#create-a-global-gitignore)
|
|
|
|
|
|
|
|
# OS
|
|
|
|
#
|
|
|
|
# Ref: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
|
|
|
|
# Ref: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
|
|
|
|
# Ref: https://github.com/github/gitignore/blob/master/Global/Linux.gitignore
|
|
|
|
.DS_STORE
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
# Editors
|
|
|
|
#
|
|
|
|
# Ref: https://github.com/github/gitignore/blob/master/Global
|
|
|
|
# Ref: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
|
|
|
|
# Ref: https://github.com/github/gitignore/blob/master/Global/VisualStudioCode.gitignore
|
|
|
|
.idea
|
|
|
|
.chrome
|
|
|
|
/*.log
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
|
|
|
|
# Python
|
|
|
|
**/__pycache__
|
|
|
|
.venv
|
|
|
|
|
|
|
|
# Local Developer Notes
|
2023-08-13 01:22:05 +02:00
|
|
|
dist
|
2023-08-13 04:37:36 +02:00
|
|
|
dev
|
|
|
|
.cache-trivy
|