# 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 **/neovide_backtraces.log # Python __pycache__/ *.py[cod] *$py.class .venv .cache-trivy/ .hypothesis/ # Local Developer Notes dev