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

# Distribution / packaging
build/
dist/
develop-eggs/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg

# uv / virtualenvs
.venv/
venv/
ENV/
env/
.python-version

# Environment files
.env
.envrc

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.cache/
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
.pyre/
.pytype/

# Linters
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Project local
identifier.sqlite
*.log

# Internal SaaS / xshellz product docs — kept locally, shared with the
# Angular team out-of-band. Public OSS contributors don't need to see
# how xshellz layers a SaaS on top of turborg.
docs/ui/
