# Python __pycache__/ *.py[cod] *.egg-info/ dist/ build/ # Virtual environments .venv/ # IDE .idea/ .vscode/ *.swp *.swo # Environment / secrets .env # OS .DS_Store Thumbs.db # Testing / coverage .pytest_cache/ .coverage htmlcov/ # Logs *.log # uv .python-version # Worktrees .worktrees/ # SneakyCode local data .sneakycode/