diff --git a/.gitignore b/.gitignore index 82494f1..0488ad9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,19 @@ -# Python +# Python bytecode/cache __pycache__/ +*.pyc +*.pyo +*.pyd *.py[cod] *.class *.so .Python + +# Virtual environments venv/ env/ ENV/ +.env/ +.venv/ # IDE .vscode/