Files
flow/.gitignore

23 lines
197 B
Plaintext

__pycache__/
*.pyc
*.pyo
*.egg
*.whl
*.tar.gz
dist/
build/
*.spec
*.egg-info/
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.ruff_cache/
.mypy_cache/
.tox/
.nox/
.worktrees/
.claude/
.venv/
venv/