.git
.gitignore
.cursor
.idea
.vscode

.venv
venv
__pycache__
*.pyc
.pytest_cache
.mypy_cache
.ruff_cache

dist
build
*.egg-info
coverage
htmlcov
.cache
*.log

.env
.env.*
!.env.example

docs
tests
tmp
artifacts
