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

# uv / venv
.venv/
venv/
.uv/

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

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

# OS
.DS_Store
Thumbs.db

# Saalis runtime artifacts
*.jsonl
*.db
