.git
.gitignore
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc
.venv/
.env
.env.*
build/
dist/
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.DS_Store
.idea/
.vscode/
/test/
*.log
Dockerfile.txt
