.DS_Store
**/.DS_Store/
.pytest_cache/
.ruff_cache/
.mypy_cache/
**/.pytest_cache/
__pycache__/
**/__pycache__/
**/__pycache__/*.pyc
*.pyc
**/*.pyc
.trunk
.venv/

# Hide egg-info
*.egg-info/
dist/
.env
.dev_notes.md
.vscode/