.venv

.env
.env.*
!.env.example

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

dist/
.ruff_cache/

.coverage
htmlcov/

**/*~
**/#*#

**/*.json
!example.json
!tests/fixtures/**/*.json
!fern/fern.config.json

**/.DS_Store
