.env
.env.*
!.env.example
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.venv/
venv/
ENV/
env/
*.egg-info/
build/
dist/
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.DS_Store
.idea/
.vscode/
*.log
