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

# Written by setuptools-scm at build time; the git tag is the real source.
rti_mcp/_version.py

# Virtualenvs
.venv/
venv/
env/
ENV/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/

# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# --- Never commit these -------------------------------------------------
# The server's own state directory, if anyone points RTI_MCP_HOME at the
# repo. config.json holds a session URL that reads your RTI account.
.rti-mcp/
config.json
rti_config.json

# Downloaded replies, exported spreadsheets, saved portal pages: these are
# your real applications and your real name.
*.pdf
*.csv
*.xlsx
documents/
!tests/fixtures/*.html
