# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Virtual envs
.venv/
venv/

# Testing / linting
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage

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

# Local
*.log
*.jsonl
