# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.eggs/
.installed.cfg
MANIFEST

# Virtualenv
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/

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

# Local config / secrets
.env
.env.local
*.local

# lightroom-py runtime state
.lightroom/
~/.lightroom/

# Lightroom artifacts that should never be committed
*.lrcat
*.lrcat-shm
*.lrcat-wal
*.lrdata/

# Build outputs
*.whl
