.env

__pycache__/
*.py[cod]
*.pyo

*.egg-info/
*.egg
dist/
build/
.eggs/

*.so

.venv/
venv/
env/

.idea/
.vscode/
*.swp
*.swo
*~

.mypy_cache/
.ruff_cache/
.pytest_cache/

*.log
