Initial import (translated from rderekovecs)
Change-Id: Ib4a4747f6474dfe67d79288be3f8bdaf66a513b8
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..154780c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,34 @@
+# Python virtual environments
+venv/
+env/
+.env/
+pyenv/
+.pyenv/
+.venv/
+ENV/
+
+# Python bytecode
+__pycache__/
+*.py[cod]
+*$py.class
+
+# Distribution / packaging
+dist/
+build/
+*.egg-info/
+
+# Coverage reports
+htmlcov/
+.coverage
+.coverage.*
+coverage.xml
+*.cover
+
+# IDE files
+.idea/
+.vscode/
+*.swp
+*.swo
+
+# OS generated files
+.DS_Store
\ No newline at end of file