# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

# Testing / coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.nox/

# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Training artifacts
outputs/
output/
wandb/
runs/
checkpoints/
*.pt
*.bin
*.safetensors

# Secrets / local config
.env
.env.*
!.env.example
secrets/
*.pem

# Modal
.modal/

# Docs build
site/

# Local article drafts (not part of the library)
medium-trloom-tutorial.md
*-medium*.md
