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

# Virtual environments
.venv/
venv/
env/
.env

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Logs
*.log
gh-unfollow.log

# Tokens / secrets
gh_token.txt
.env
*.pem
credentials.json

# Test
.pytest_cache/
.coverage
htmlcov/

# Node
node_modules/
npm-debug.log*
