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

.venv/
venv/
ENV/

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

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

.lazysafe/

.DS_Store
Thumbs.db
uv.lock
