# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Editors
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# uv.lock is committed deliberately: sillo-start is an application-style CLI,
# so a reproducible resolution is worth more than floating dependencies.
