# ignore dot initial files
.*

# except for .readthedocs.yaml
!.readthedocs.yaml

# ignore vi backup files
*~

# Python specific
# build and dist folders, and __pycache__
dist/
build/
__pycache__
docs/_build

# compiled files
*.pyc

# .egg-info folder is generated by setuptools
*.egg-info/

# html coverage generated by coverage
htmlcov

# mo gettext compiled translation files, and templates
*.mo

# version file is generated by setuptools_scm
version.py
/venv*/
