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