# Python-generated files
__pycache__/
*.py[cod]
*.so
*.egg
*.egg-info/
build/
dist/
wheels/
.eggs/
*.whl
pip-log.txt
pip-delete-this-directory.txt

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

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
*.sublime-project
*.sublime-workspace

# Testing
.coverage
.coverage.*
.pytest_cache/
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/
.hypothesis/
coverage.xml
*.cover
nosetests.xml
test-results/

# Documentation
docs/_build/
site/
_build/

# Documentation files
CLAUDE.md
API_REFERENCE.md
CONTRIBUTING.md

# Development files
Makefile
.pre-commit-config.yaml

# Environment variables
.env
.env.local
.env.*.local

# Logs
*.log
logs/

# Jupyter Notebook
.ipynb_checkpoints/
*.ipynb

# pyenv
.python-version

# Type checking
.dmypy.json
dmypy.json

# Profiling
.prof

# Project specific
*.tmp
.cache/
openapi.yaml

# MacOS
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

test_sdk_local.py