# Python-generated files
__pycache__/
*.py[cod]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Tests
.pytest_cache/
.coverage
htmlcov/

# Type hints
.mypy_cache/

# Vscode
.vscode
