# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Virtual environments .venv/ venv/ ENV/ # Environment variables .env # Store folder (E2EE keys) store/ # IDE .idea/ .vscode/ *.swp *.swo # Distribution dist/ build/ *.egg-info/ # OS files .DS_Store Thumbs.db