# Python __pycache__/ *.py[cod] *.so .venv/ venv/ .env # Test .pytest_cache/ .coverage htmlcov/ # IDE .idea/ .vscode/ *.swp # Build *.egg-info/ dist/ build/ # OS .DS_Store