.git
.gitignore
.venv
__pycache__
*.pyc
*.pyo
.pytest_cache
.ruff_cache
.mypy_cache
.coverage
htmlcov
dist
build
*.egg-info
tests
docs
legacy
.env
.env.*
.github
.vscode
.idea
Makefile
