.git
.github
.gitignore
.env
.env.template
venv/
.venv/
**/__pycache__/
**/*.pyc
**/*.pyo
**/*.pyd
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
junit.xml
tests/
plugins/
poller/
tools/
naemon-templates/
packaging/
alembic/versions/__pycache__/
api-bundle.zip
*.md
Dockerfile
compose.ci.yml
.dockerignore
