chore: add .gitignore (venv, pycache, pytest cache)

This commit is contained in:
Vlad Doloman
2026-06-22 18:43:28 +03:00
parent 28400b3cae
commit 54fba1b400

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
venv/
__pycache__/
*.pyc
.pytest_cache/