Skip to content

Commit b611b9c

Browse files
committed
Remove venv and cache files; add .gitignore
1 parent bb557e8 commit b611b9c

File tree

1,891 files changed

+13
-343980
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,891 files changed

+13
-343980
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Python
2+
__pycache__/
3+
*.py[cod]
4+
*.egg
5+
*.egg-info/
6+
dist/
7+
build/
8+
9+
# Virtualenv
10+
venv/
11+
12+
# System
13+
.DS_Store

.well-known/openapi.yaml

Lines changed: 0 additions & 219 deletions
This file was deleted.

__pycache__/main.cpython-312.pyc

-4.02 KB
Binary file not shown.

0 commit comments

Comments
 (0)