diff --git a/.gitignore b/.gitignore index 9b513b9..5063988 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,14 @@ -#Virtual environments -.venv/* \ No newline at end of file +# PyCharm / IntelliJ +.idea/ + +# Python +__pycache__/ +*.pyc +*.pyo +*.pyd +*.log + +# Virtualenv +.venv/ +# created by virtualenv automatically +.venv/Lib