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

.Python
.pytest_cache/
.mypy_cache/
.ruff_cache/

.venv/
venv/
env/

.idea/
.vscode/

.DS_Store
Thumbs.db

*.log

.env
.env.*
*.local

dist/
build/
