# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.coverage
.mypy_cache/
.pytest_cache/
.ruff_cache/
htmlcov/
build/

.augment

# Dynamic version file (generated by setuptools_scm)
*/_version.py

# Node
node_modules/
dist/

# OS
.DS_Store
._*
.AppleDouble
.Spotlight-V100/
.Trashes/
Thumbs.db
ehthumbs.db
Desktop.ini

# TLS material
certs/
tls/
ssl/
*.pem
*.key
*.crt
*.p12
*.pfx
