# Directories generated/used by development tools
.idea/
.ve/
.venv/
.tox/
.pytest_cache/
reports/
build/
dist/

# Generated files
src/zino/version.py
old-events/
docs/_build/
.coverage
*.pyc
*.egg-info/
*.whl

# avoid accidental commits of config and state files
polldevs.cf
polldevs.cf.*
zino-state.json
zino.toml
save-state.tcl

# avoid accidental commit of the secrets file
secrets
