.git
.gitignore
.env
__pycache__
**/__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.egg-info
dist
build
.venv
venv
env
.pytest_cache
.mypy_cache
.ruff_cache
node_modules
*.log
data/
logs/
generated/
