.DS_Store

# Python build artifacts
__pycache__/
*.py[cod]
*.pyd
*.so
*.egg-info/
build/
dist/
.eggs/

# setuptools-scm output (generated at build time)
src/expops_matplotlib/_version.py

# Virtualenvs
.venv/
venv/
ENV/

# Test/coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Linters/typecheckers
.ruff_cache/
.mypy_cache/

# Editors
.vscode/
.idea/
