Skip to content

Commit 9fcc746

Browse files
committed
refractor(gitignore): ignore vscode globally, ignore ruff in py
1 parent b41b6e6 commit 9fcc746

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
##
44
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
55

6+
.vscode/
7+
68
# User-specific files
79
*.rsuser
810
*.suo

bindings/python/.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.vscode/
2-
31
# Byte-compiled / optimized / DLL files
42
__pycache__/
53
.dump
@@ -107,3 +105,6 @@ venv.bak/
107105

108106
# mypy
109107
.mypy_cache/
108+
109+
# ruff
110+
.ruff_cache/

0 commit comments

Comments
 (0)