# Python
__pycache__/
*.py[cod]
*.so
.venv/
venv/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Environment — copy .env.example to .env and fill in your credentials
examples/.env
.env

# IDE
.DS_Store
.vscode/
.idea/
