testdata/.gitignore

32 lines
272 B
Plaintext
Raw Normal View History

2025-01-02 17:18:57 +00:00
# Python #
# Virtual Environment
/.venv/
# Cache
__pycache__/
# Build
/dist/
*.egg-info/
# Tools
/.pytest_cache/
/.mypy_cache/
# Nix #
# Build
2024-04-10 16:26:38 +00:00
/result
2025-01-02 17:18:57 +00:00
# MicroVM
/var.img
/control.socket
# Direnv #
2024-04-10 16:26:38 +00:00
/.direnv/
2024-04-10 19:00:26 +00:00
2025-01-02 17:18:57 +00:00
# Project specific files #
config.json
db.json
log.jsonl