# Python __pycache__/ *.py[cod] *.pyo *.pyd *.egg *.egg-info/ dist/ build/ .eggs/ # Virtual environment venv/ .venv/ env/ .env # Environment variables .env .env.* # pytest .pytest_cache/ .cache/ # IDE .idea/ .vscode/ *.swp *.swo # macOS .DS_Store .AppleDouble # Logs *.log logs/ # Distribution / packaging *.whl *.tar.gz