# Python
__pycache__/
*.pyc
*.bak
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/

# Runtime artifacts (not source)
*.log
*.db
events.jsonl

# PyPI / build tooling
.twine_credentials
