.git
.gitignore
.env
.env.*
!.env.example
.venv
venv
__pycache__
*.pyc
*.pyo
.pytest_cache
.mypy_cache
.pyright
.ruff_cache
.vscode
.idea
.DS_Store
*.log
logs/
temp/
tests/
*.md
!README.md
