# Python __pycache__/ *.py[cod] *$py.class *.egg-info/ dist/ build/ *.egg # Virtual environment .venv/ # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db # Claude Code auto-memory (user-local) .claude/ # Testing .pytest_cache/ .coverage htmlcov/