# Python local artifacts
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
ENV/
.python-version
__pypackages__/

# PDM
.pdm-python
.pdm-build/
pdm.lock

# Packaging and build artifacts
build/
dist/
site/
.eggs/
*.egg
*.egg-info/
*.whl
pip-wheel-metadata/

# Test and tool caches
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
cover/

# Local config, logs, and OS files
.env
*.log
Thumbs.db
.DS_Store
