1
0
mirror of synced 2025-12-26 05:05:18 -05:00
Files
airbyte/airbyte-cdk/python/.gitignore
2024-07-25 14:26:35 -07:00

12 lines
179 B
Plaintext

.coverage
# TODO: these are tmp files generated by unit tests. They should go to the /tmp directory.
<MagicMock*
dist
.ruff_cache
.mypy_cache
.venv
.pytest_cache
**/__pycache__