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

# Virtual env
venv/
.venv/
env/

# IDE
.vscode/
.idea/

# Test
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Config with secrets
.env
*.pypirc

github-hosts.txt
tests/secret.py

# Worktrees
.worktrees/