__pycache__/
*.py[cod]
*.pyd
*.so

.Python
.venv/
venv/
env/
ENV/

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

build/
dist/
*.egg-info/
.eggs/

.qodo/

.DS_Store
Thumbs.db