Skip to content

Commit f0ec7ae

Browse files
author
Saurabh Singh
committed
merge conflict
1 parent 36442f4 commit f0ec7ae

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

.gitignore

+22-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
1-
# Created by venv; see https://docs.python.org/3/library/venv.html
2-
*
1+
.DS_Store
2+
*.pyc
3+
.vscode-test
4+
__pycache__
5+
**/.vscode-test/**
6+
**/.vscode test/**
7+
**/.vscode-smoke/**
8+
**/.venv*/
9+
bin/**
10+
build/**
11+
obj/**
12+
.pytest_cache
13+
tmp/**
14+
.vs/
15+
dist/**
16+
*.egg-info/*
17+
.vscode
18+
examples/**/*.jpg
19+
.python-version
20+
.coverage
21+
*coverage.xml
22+
.ruff_cache

0 commit comments

Comments
 (0)