.env
.env.*
!.env.example
__pycache__/
*.pyc
*.pyo
*.pyd
*.log
*.sqlite3
*.db
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
.git/
.gitignore
README.md
docs/
tests/
