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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.pycache
nosetests.xml
coverage.xml
*.cover
.hypothesis/


# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# zensical documentation
/site

# mypy
.mypy_cache/

# ruff
.ruff_cache

.idea/
.pytest_cache/
.vscode

# hatch version
pytvpaint/_version.py