Skip to content

Commit 2a3c3ca

Browse files
committed
Auto stash before merge of "master" and "upstream/main"
1 parent 40e4131 commit 2a3c3ca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
keras_complex.egg-info/
3838
build/
3939

40-
.venv
40+
# Ignore virtual environment
4141
venv
42+
.venv
4243

4344
.vscode
4445

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.formatting.provider": "black"
3+
}

0 commit comments

Comments
 (0)