Files
telemetry-client-py/.gitignore

43 lines
320 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/
# Virtual environments
.venv/
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Testing
.coverage
htmlcov/
.pytest_cache/
# mypy
.mypy_cache/
# ruff
.ruff_cache/
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.*
!.env.example