# OAuth credentials & tokens (Sensitive data)
mycreds.txt
*.creds.txt
*creds*.txt

# Client secrets (Sensitive data)
client_secrets.json
*secrets*.json

# Python bytecode & cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / Packaging artifacts
build/
dist/
downloads/
eggs/
.eggs/
*.egg-info/
.installed.cfg
*.egg

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

# Pytest / Coverage / Linting
.cache
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# IDE & Editor settings
.idea/
.vscode/
*.swp
*.swo

# Operating System files
.DS_Store
Thumbs.db
