# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.pypirc
.Python
*.egg-info/
dist/
build/
.eggs/
*.db
*.log
*.txt
credentials.json
worker_profiles.json
power_user_settings.json

# Virtual environments
.venv/
venv/
env/

# Pytest
.pytest_cache/
.coverage
htmlcov/

# Editors
.idea/
.vscode/
*.swp
*.swo

# Logs
logs/
