__pycache__
*.pyc
*.pyo
.Python
.env
.venv
env/
venv/
*.egg-info
dist/
build/
.git
.gitignore
.dockerignore
*.md
*.rst
docs/
tests/
htmlcov/
.coverage
.pytest_cache
.mypy_cache
.ruff_cache
*.log
.idea/
.vscode/
