# Environment .env # Python __pycache__/ *.py[cod] *$py.class *.so *.egg-info/ dist/ build/ *.egg # Virtual environments venv/ .venv/ env/ # IDE .vscode/ .idea/ *.swp *.swo # Output output/