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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
test/generated/

# Generated code (examples/output from running the generator)
**/generated_openapi
**/generated_mcp
examples/**/test
**/openapitools.json

# Keys and secrets
keys/
*.pem
*.key
.env
.env.*

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Build artifacts
build/
dist/
*.egg-info/
site/

# Logs
*.log