# Python bytecode / caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

# Build / packaging output
build/
dist/
*.egg-info/

# Coverage
.coverage
htmlcov/

# MkDocs output
site/

# OS/editor files
.DS_Store
.vscode/
.idea/
._.DS_Store

# Test and local output artifacts
*.log
pytest.txt

# Test and local output artifacts
*.log
pytest.txt
