# Byte-compiled / build artifacts
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Virtual environments
.venv/
venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.import_linter_cache/
.jax_cache/
.coverage
coverage.xml
htmlcov/

# Docs build
site/
# Material social-cards plugin cache (downloaded fonts + generated card layers)
.cache/

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
