# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# OS
.DS_Store

# UV
uv.lock

# Credentials (sensitive, must not be committed)
.listing_credentials.yaml

# Listing version snapshots (local state)
.listing_versions/
