__pycache__/
*.pyc
.venv/
*.DS_Store

dist/
build/
*.egg-info/

docs/

.pytest_cache/
.mypy_cache/
.ruff_cache/

venv/
env/

.vscode/
.idea/

.env
.env.*