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