# Python environments and caches
.venv/
venv/
__pycache__/
*.py[cod]
.cache/
.hypothesis/
.tox/
.nox/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build and test output
.coverage*
coverage.xml
htmlcov/
dist/
build/
*.egg-info/

# Local configuration and credentials
.env
.env.*
!.env.example
.pypirc
.netrc
*.pem
*.key
*.p12
*.pfx

# Operating system files
.DS_Store
Thumbs.db
