Files
testdata/.gitignore
2025-05-29 17:57:06 +02:00

26 lines
227 B
Plaintext

# Nix #
/result
# Direnv #
/.direnv/
# Python #
# Virtual Environment
/.venv/
# Cache
__pycache__/
# Build
/dist/
*.egg-info/
# Tools
/.pytest_cache/
/.mypy_cache/
# Project specific files #
config.json
db.json
log.jsonl