diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72e1926 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*.pyc +__pycache__/ +.env +.venv +venv/ +.env.local +dist/ +build/ +*.egg-info/ +.mypy_cache/ +.pytest_cache/ +.ruff_cache/ +.coverage +htmlcov/