# Python __pycache__/ *.py[cod] *$py.class *.so .Python # Distribution build/ dist/ *.egg-info/ *.egg wheels/ # Virtual environments .venv/ venv/ env/ # Tests / cache .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage htmlcov/ # Environment .env .env.local # IDE .vscode/ .idea/ *.swp .DS_Store