**/*.gitignore.*
**/*.wip.*

# output of typescript tests
/tests/typescript/**/*.log
/tests/typescript/**/*.path
/customer_sdk/typescript/junit.xml

# results of internal testing utilities
*.actual.*
*.expect.*
*.traceback
*.msgs

sdk_build/
__pycache__
*.egg-info
.direnv
.DS_Store
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.manifest
*.spec
**/.logs/

htmlcov/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.pytest_cache/
cover/

# Flask stuff:
instance/
.webassets-cache

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.devenv
.devenv*

# Node modules
**/node_modules/*

# mkdocs documentation
/site

**/.idea/
**/.zed/
.vscode/
*.swp
*.swo
*.swn
*~
.*.sw[a-z]
Session.vim
.cursorignore
.cursorindexingignore

.ruff_cache/
.pypirc
