# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environment
.venv/
venv/
ENV/
env/
.virtualenv/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Environment Variables
.env
.env.local

# DSPy Cache
.dspy_cache/

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
.hypothesis/

# Generated Files
protocols/protocols.json
dataset/cases*.json
deployment/compiled_*.json
deployment/package_info.json

# User Data (v2.0.0+)
user_data/
.stcc_triage/

# Build artifacts (v2.0.0+)
dist/
build/
*.egg-info/

# Logs
*.log

# UV
uv.lock

# Jupyter
.ipynb_checkpoints/
*.ipynb

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Streamlit
.streamlit/
*.streamlit/
