# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
wheels/
sdist/

# uv
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/
.cache/

# Type checkers
.pyright/
.mypy_cache/
.ruff_cache/

# Pre-commit
.pre-commit-cache/

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

# Env / secrets
.env
.env.*
!.env.example

# Locally-built XP packs (committed packs live elsewhere)
/*.xp

# Leaxp local state
.leaxp/
leaxp.lock.local

# Private workspace — never in the public repo
.ref/
