Commit
·
f4f5f12
1
Parent(s):
2366bc6
add gitignore file
Browse files- .gitignore +5 -0
.gitignore
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.venv/
|
2 |
+
.python-version
|
3 |
+
pyproject.toml
|
4 |
+
uv.lock
|
5 |
+
*/__pycache__/
|