.DS_Store

docs
.git

# Cache
.mypy_cache
.ruff_cache
.pytest_cache
*__pycache__*
*.egg-info
*.pyc

# Machine specific
.idea
.vscode

# Ignore .env files
.env
.envrc

# ignore virtualenvs
.venv
venv*
aienv*

.ipynb_checkpoints
