__pycache__
.vscode

# Ignore the created distribution files
build
dist
weatherdb.egg-info
weatherdb.egg-info/*
dist/*

# Ignore the created docs files
docs/source/README.md
docs/source/CHANGES.md
docs/html/*
docs/html
docs/source/Methode.html
latex
_build

# Ignore the user specifiv created files
weatherdb/data/
*.log
weatherdb/logs
tests/db_dumps

# ignore the main (system) configuration file as it is user specific
weatherdb/config/config_main.ini

# other system files
sync.ffs_db
