# Byte-compiled / optimized / DLL files
__pycache__/

# Distribution / packaging
.Python
build/
dist/

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

# pyenv
.python-version

# Environments
.venv

# mypy
.mypy_cache/

# Visual Studio Code
.vscode/

# Ruff stuff:
.ruff_cache/

# Sphinx build cache (doctrees)
sphinx/doctrees/

# Ignore autogenerated RST files from sphinx-apidoc
sphinx/wriftai.*.rst
sphinx/wriftai.rst
