.git
.venv
.env
__pycache__
*.pyc
*.pyo
*.pyd
.Python
dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.log
.DS_Store
test_docs/
test_folder/



