Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 159f5c3

Browse files
authored
Create .gitignore
1 parent 9d3afc4 commit 159f5c3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.dvp-gen-output/
2+
.idea/
3+
build/
4+
venv/
5+
*.unsaved
6+
*.tmp
7+
lib/*
8+
local/*
9+
*idea*
10+
src/generated/*
11+
*.pyc
12+
*generated*
13+
.DS_Store
14+
__pycache__/

0 commit comments

Comments
 (0)