diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da00cf7 --- /dev/null +++ b/.gitignore @@ -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/ \ No newline at end of file