# Python __pycache__/ *.py[cod] *.pyo *.pyd *.egg-info/ dist/ build/ *.egg # Virtual environment .venv/ venv/ env/ # Pytest / coverage .pytest_cache/ .coverage htmlcov/ # Editor / OS .DS_Store *.swp *.swo .idea/ .vscode/ # Secrets / local config *.env .env