# Custom 
.deprecated/

# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# C extensions and shared libraries
*.so
*.pyd
*.dll

# Packaging and build artifacts
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/
ENV/
.uv_cache/

# Test and coverage outputs
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# Logs and runtime files
*.log
*.pid

# IDE/editor
.vscode/
.idea/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# `plesty check` writes its own report here. For a hub module the JSON is a
# published artifact and is committed — hub.plesty.net reads it. plesty-lib is
# a library, not a module with a quality page, so its own report is local.
reports/
