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

# Virtual envs
.venv/
venv/

# Tooling caches
.ruff_cache/
.mypy_cache/
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store

# API docs snapshot (local reference only)
api-docs/

# Sphinx build artifacts
docs/_build/
docs/_autosummary/

# Local integration testing (contains real API tokens)
testing/
