# Virtual environments
.venv/
venv/

# Python bytecode / caches
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Test / coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
tmp/

# Build artifacts
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Tooling caches
.mypy_cache/
.ruff_cache/
.cache/

# Editor / OS noise
.vscode/
.idea/
.DS_Store
demo/
