feat: gitignore

This commit is contained in:
2024-11-13 15:18:22 +03:00
parent 8e15a5103a
commit 9edbe01715
2 changed files with 13 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
protos/
.idea/