# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
.tox
.poetry
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
version.txt
pip-wheel-metadata

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
.pytest_cache/
.mypy_cache/
.coverage
coverage
htmlcov/
benchmarks/test_cases/__snapshots__

# Environments
.env
.venv
env/
venv/
*venv/
ENV/
env.bak/
venv.bak/
.idea
.DS_Store

# IDE
.vscode
!.vscode/extensions.json
!.vscode/settings.json
