__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
venv/
.venv/
env/
.env
.env.*
!.env.example
.DS_Store
.idea/
.vscode/
.git/
.github/
logs/
*.log
tests/
README.md
DEPLOYMENT.md
SECURITY.md
CHANGELOG.md
