.git
.gitignore
.github
.venv
venv
__pycache__
*.pyc
*.pyo
.pytest_cache
.ruff_cache
.coverage
coverage.xml
htmlcov/
dist/
build/
*.egg-info/
tests/
.env
.env.*
*.log
.idea/
.vscode/
