# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
ENV/

# Type checking / lint
.mypy_cache/
.ruff_cache/

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# OS
.DS_Store
*.swp
*.swo
*~

# IDE
.idea/
.vscode/

# Daemon binary (auto-downloaded)
src/agentanycast/_bin/
