# Python environments and caches venv/ .venv/ .models/ __pycache__/ *.py[cod] # Test and build artifacts .pytest_cache/ .mypy_cache/ .ruff_cache/ build/ dist/ *.egg-info/ # Conversion outputs output/ # Local environment files .env *.env