diff --git a/.gitignore b/.gitignore index 20a88d9..02b3207 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,12 @@ node-config/ files/ .ruff_cache/ __pycache__/ +dist/ +*.egg-info/ +.ruff_cache/ +.venv/ +.env +.env.local +.env.development.local +.env.test.local +.env.production.local \ No newline at end of file