diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a6a1c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.pyc +__pycache__/ +.env +.venv/ +venv/ +*.egg-info/ +build/ +dist/ +.pytest_cache/ +.coverage +htmlcov/ +*.log \ No newline at end of file