# Environment .env # Python cache __pycache__/ *.py[cod] *.pyo # Virtual environments .venv/ venv/ env/ # Downloaded models (large files) models/ # Logs *.log logs/ # pytest / coverage .pytest_cache/ .coverage htmlcov/ # MyPy .mypy_cache/ # Distribution / packaging dist/ build/ *.egg-info/