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

# Virtual environments
.venv/
venv/
env/
.env

# Model cache (large ONNX files — downloaded on first use)
.prismlang/

# Demo checkpoints (generated at runtime)
.prismlang_demo/
.prismlang_checkpoints/

# Test / coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# MkDocs
site/

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

# OS
.DS_Store
Thumbs.db

# Secrets — never commit
.env
*.env
secrets.json
