.lazy.lua
/target

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

# C extensions
*.so

# Distribution / packaging
.venv/
dist/

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

.DS_Store

# Sphinx documentation
/docs/_build/
/docs/generated/

# PyCharm
.idea/

# VSCode
.vscode/
