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

dist/
build/
*.egg-info/
*.egg
.eggs/

.env
.venv
env/
venv/
ENV/

.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

api-spec.json
service-client-sdk/

*.whl
*.tar.gz

.idea/
.vscode/
*.swp
*.swo
*~

.DS_Store
Thumbs.db
