# Secrets and keys
.env
.env.*
*.pem
*.key

test.py

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

# Virtual environments
.venv

# UV lock
uv.lock

# Testing
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Generated models (build artifact, not committed)
kalshi/_generated/models.py

# AsyncAPI spec (downloaded for future WebSocket support, not committed)
# Note: specs/openapi.yaml IS committed as a pinned snapshot for deterministic PR builds.
specs/asyncapi.yaml
.gitnexus

# MkDocs build output
site/
