.gitignore 220 B

12345678910111213141516171819
  1. **/target
  2. .DS_Store
  3. .direnv
  4. .vscode/
  5. .idea/
  6. *.redb
  7. *.sqlite*
  8. config.toml
  9. .pre-commit-config.yaml
  10. result
  11. Cargo.lock
  12. .aider*
  13. **/postgres_data/
  14. **/.env
  15. # Mutation testing artifacts
  16. mutants.out/
  17. mutants-*.log
  18. .mutants.lock