# Environment .env # Python __pycache__/ *.py[cod] *$py.class *.egg-info/ dist/ build/ .eggs/ # Virtual environments .venv/ venv/ ENV/ # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db