# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/

# mypy
.mypy_cache/

# pytest
.pytest_cache/

# Coverage
htmlcov/
.coverage
coverage.xml

# OS
.DS_Store
Thumbs.db

# Locked deps
# uv.lock is committed for reproducibility
