# .gitignore # Byte-compiled / optimized / DLL files __pycache__ *.py[cod] *.py[cod] *.so # Distribution / packaging .Python build develop-eggs dist downloads eggs .eggs lib lib64 parts sdist var wheels pip-wheel-metadata share/python-wheels *.egg-info .installed.cfg *.egg MANIFEST # Virtual env .venv env # PyCharm .idea *.pyc # VS Code .vscode