# Company-specific data - NEVER publish to PyPI or git
company_cache.json
company_cache.md

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Environment
.env
.venv/
env/
venv/

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

# OS
.DS_Store
Thumbs.db

# Test artifacts
.pytest_cache/
htmlcov/
.coverage
test_*.py

# Dev-only files (not part of the package)
Bug Reports/
PDRs/
*-openapi.json
troi_client.py
