# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Build / packaging
build/
dist/
*.egg-info/
.eggs/
wheels/

# Virtual environments
.venv/
venv/
env/

# Environment
.env
.env.*
!.env.example

# Tooling caches
.ruff_cache/
.pytest_cache/
.pyright/
.mypy_cache/
.tox/

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml

# Logs
*.log

# OS
.DS_Store
Thumbs.db

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

# Example artifacts (generated by examples/quickstart/run.py)
examples/*/training_data.jsonl
examples/*/training_data.bio.tsv
examples/*/events.ndjson
