.venv

.env
.env.*
!.env.example

**/__pycache__
**/*.pyc
**/*egg-info*

dist/
.ruff_cache/

.coverage
htmlcov/

/fern/static/python-reference/

**/*~
**/#*#

/*.json
!example.json

**/.DS_Store
