# Byte-compiled / optimized / DLL files
__pycache__/
**/__pycache__/
*.py[cod]
*$py.class

# Caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Distribution / packaging
/build/
/dist/
/*.egg-info
/.eggs/

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*

# Environments
.env
.venv
env/
venv/
ENV/

# IDE
.vscode/
.antigravity/
.idea/

# GitHub
.github/

# Local scripts
new_credential.py
repro.py
get_credential.py
docs/