| 1234567891011121314151617181920212223 |
- .venv/
- __pycache__/
- *.py[cod]
- *.pyo
- *.pyd
- .pytest_cache/
- .mypy_cache/
- .ruff_cache/
- .coverage
- .coverage.*
- htmlcov/
- .pytest_cache/
- .mypy_cache/
- .ruff_cache/
- *.egg-info/
- dist/
- build/
- .env
- .env.*
- .idea/
- .vscode/
- .DS_Store
- Thumbs.db
|