# Git
.git
.gitignore

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
.venv
venv
ENV

# IDE
.idea
.vscode
*.swp
*.swo

# Build
dist
build
*.egg-info
.eggs

# Test
.pytest_cache
.coverage
htmlcov
.mypy_cache
.ruff_cache

# Project
*.md
!README.md
tests
docs
Makefile
