# Git
.git
.gitignore

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
.venv
venv
ENV
.eggs
*.egg-info
.pytest_cache
.mypy_cache
.ruff_cache

# IDE
.vscode
.idea

# Build
dist
build

# Tests
tests
.coverage
htmlcov

# Docs
*.md
!README.md
