diff options
| author | Yuval Adam <_@yuv.al> | 2024-05-07 15:44:46 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-05-07 15:44:46 +0200 |
| commit | c0056b2d9f5175d06b39834b013d16fa5d63a485 (patch) | |
| tree | 6391068bf0738b8e988db8d8e2ebe2c1ccda5396 /.gitignore | |
| parent | 7bb5dc320e12ecdbb6cf514b11306df130e8a24c (diff) | |
Setup pytest and assert stash path
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1 +1,4 @@ +__pycache__/ +.pytest_cache/ + poetry.lock |
