This commit is contained in:
Arseny
2026-07-15 10:45:23 +03:00
commit 9e1d5c3c7e
24 changed files with 992 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.mypy_cache/
.ruff_cache/
# Virtual environments
.venv
# Build dir
build/