# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/
.python-version

# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.ty/
.coverage
coverage.xml
htmlcov/

# Build artifacts
build/
dist/
*.egg-info/

# IDE
.vscode/
.idea/
.sisyphus/

# OS
.DS_Store

# uv
uv.lock
