# python
build
.venv
venv
*.pyc
__pycache__
*.egg-info

# tools
.mypy_cache
.pytest_cache
.ruff_cache
htmlcov
.coverage

# env
.env
.env.local

# project
/logs

# misc
.DS_Store
*.log
node_modules
