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

# Virtual environments
.venv/
venv/
env/

# Packaging
build/
dist/
*.egg-info/

# Type checker / linters / tests
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Editors / IDE
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db

data
pandocster.yaml

.coverage
.coverage.*
htmlcov/