# OS junk
.DS_Store

# Secrets — never tracked (AGENTS.md §5)
.env
.env.*
*.pem
*.key
secrets/

# Python (for the future reference implementation)
__pycache__/
*.py[cod]
.venv/
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/

# Node (if a TypeScript SDK lands)
node_modules/

# Editors
.idea/
.vscode/
