.git
.gitattributes
.gitignore
.gitmodules
.venv
venv/
env/
.mypy_cache
.pytest_cache
.ruff_cache
__pycache__
*.py[cod]
*.so
.env
.env.*
!.env.example
*.md
!README.md
tests/
packages/
docs/
.github/
assets/
*.log
build/
dist/
*.egg-info/
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
.coverage
htmlcov/
.coverage.*
*.py,cover
.pytest_cache/
.mypy_cache/
.ruff_cache/
bandit-*.json
pip-audit.json
safety-report.json
siyarix_scan_*.json
*.tmp
*.bak
*.orig
node_modules/
site/
coverage.xml
.cache/
.tox/
.nox/
