Skip to content

Commit 27af9b2

Browse files
+ Added gitignore
1 parent dfb76a2 commit 27af9b2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Python stuff
2+
venv*/
3+
*.pytest_cache
4+
__pycache__/
5+
6+
*.py[cod]
7+
*$py.class
8+
9+
*.ruff_cache
10+
11+
# Build
12+
dist/
13+
*.egg-info/
14+
15+
.vscode/

0 commit comments

Comments
 (0)