.gitignore

This commit is contained in:
mihailkudravcev
2026-07-16 15:43:01 +03:00
parent 24200b401a
commit 986e104448
+9
View File
@@ -0,0 +1,9 @@
# --- Python ---
.venv-nt-041/
venv-dt-021/
**/venv/
**/.venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/