diff --git a/.gitignore b/.gitignore index 8f9b5db..6b45421 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,39 @@ -*.pyc -.*.sw* -*.token +# pyenv +.python-version -# local virtual environment +# dotenv +.env + +# virtualenv .venv +venv/ +ENV/ +# IDE settings +.vscode/ + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +.*.sw* +*.token \ No newline at end of file