# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
# --- KMDS Data Helper: Git Ignore ---

# Environments & Virtualization
.venv/
venv/
ENV/
.env

# Sphinx Documentation Build Artifacts
docs/build/
_build/

# Pytest & Coverage
.pytest_cache/
.coverage
htmlcov/
tests/.pytest_cache/

# Python Bytecode & Cache
__pycache__/
*.py[cod]
*$py.class
.ipynb_checkpoints/

# Project Specific Output
output/
!kmds_config.yaml

# OS Specific
.DS_Store
Thumbs.db
# Python build and distribution artifacts
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# uv-specific target and cache artifacts
.uv/
uv.lock