__pycache__/
*.pyc
*.pyo
.eggs/
*.egg-info/
dist/
build/
.venv/
.env
*.log
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Git
.git/
.gitignore

# CI/CD
azure-pipelines/

# Helm chart
chart/

# Documentation
docs/
*.md
!README.md

# Tests
tests/

# Build artifacts
qremotex.spec
docker-compose.yml
