__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/

.venv/
.build-venv/
venv/
env/

*.so
*.dylib

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

*.log
*.pem
*.key

.DS_Store
Thumbs.db

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