Add .gitignore

This commit is contained in:
Hemang
2025-02-04 15:51:07 +01:00
parent 62403463c6
commit 5ae18553b5
+15
View File
@@ -0,0 +1,15 @@
# Python cache and test artifacts
__pycache__/
.pytest_cache/
.py[oc]
# Coverage and build artifacts
.coverage
htmlcov/
build/
dist/
wheels/
*.egg-info
# Virtual environment
.venv/