# Python
__pycache__/
*.py[cod]
.pytest_cache/
.pytest-tmp/
.ruff_cache/
.mypy_cache/
.venv/
.worktrees/

# Local configuration and credentials
.env
.env.*
!.env.example

# Experiment artifacts (manifests and summaries should be committed separately)
artifacts/
checkpoints/
runs/
outputs/

# Large local datasets
data/raw/
data/generated/

# Editors and operating systems
.DS_Store
Thumbs.db
.idea/
.vscode/

*.egg-info/
dist/
build/
.coverage
htmlcov/
