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

# Virtual environments
.venv/
venv/
env/

# Testing & Coverage
.coverage
.pytest_cache/
htmlcov/
coverage.xml
*.cover

# Type checking & Linting
.mypy_cache/
.ruff_cache/

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

# Environment
.env
.env.local

# Project specific
*.log
*.db
uv.lock
mcp_config.json

# Downloaded data (generated at build time)
src/tenzir_mcp/data/docs/
src/tenzir_mcp/data/doc_index.json
src/tenzir_mcp/data/ocsf/
