.git
.gitignore
.github
.venv
venv
env
.env
.env.example
__pycache__
*.pyc
*.pyo
*.pyd
.Python
.pytest_cache
.coverage
htmlcov
*.egg-info
dist
build
.DS_Store
*.log
logs
data
.vscode
.idea
*.swp
*.swo
*~
.ruff_cache
tests
DEVELOPMENT.md
test.config.yaml
