testdata/.gitignore

11 lines
87 B
Plaintext
Raw Normal View History

2024-04-10 16:26:38 +00:00
/result
/.direnv/
2024-04-10 19:00:26 +00:00
# config and database
2024-04-10 19:00:26 +00:00
*.json
# python
__pycache__/
.pytest_cache/