# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ .venv # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Jupyter Notebook .ipynb_checkpoints # Distribution / packaging dist/ build/ *.egg-info/