# Python __pycache__/ *.py[cod] *$py.class *.so *.egg *.egg-info/ dist/ build/ *.whl # Virtual environments .venv/ venv/ env/ # Testing .pytest_cache/ .coverage htmlcov/ .mypy_cache/ .ruff_cache/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Environment .env .env.local .env.*.local # Logs *.log .claude/