__pycache__/
*.py[cod]
*$py.class

.venv/
.uv-cache/
venv/
env/
.env

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

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

.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

tmp/
benchmark-results/
