dist/
.pytest_cache/
# /readme_content/*.png
# /readme_content/*.jpg
/bak/*
ConsolePi.conf
ConsolePi.yaml
ConsolePi.cloud
cloud.data
*.data
*.json
/installer/install.log*
/installer/ConsolePi_image_creator.sh
*__pycache__*
.idea/*
*.swp

# /cloud/*/.credentials/*  # ignored via file in that dir
.vscode/*
/cloud/gdrive/headless-auth/*
/src/consolepi-commands/resize

# venv
.venv
venv/

# -- // ztp dir \\ --
# ignore everything in ztp dir other than the readme
ztp/*
# Except this file and the readme
# !.gitignore
ztp/*!README

# -- // device specific ssh key dir \\ --
.ssh
src/pypkg/consolepi/config_parser.py

# Sphinx documentation
docs/_build/

# ignore files with __dev__ in the nmame
**__dev__**
