# Byte-compiled / optimized / DLL files
__pycache__/


# C extensions
*.so

# Distribution / packaging
build/
dist/

# Unit test / coverage reports
htmlcov/
.coverage
coverage.xml
pytest.xml
.pytest_cache/

# Sphinx documentation
docs/_build/

# Environments
.env
.venv
venv/

# Visual Studio Code
.vscode/