__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl

.env
.venv
env/
venv/
ENV/

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

.DS_Store
Thumbs.db

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