.gitignore 296 B

12345678910111213141516171819202122232425262728
  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. .aider*
  12. **/postgres_data/
  13. .pg_data/
  14. **/.env
  15. # Mutation testing artifacts
  16. mutants.out/
  17. mutants-*.log
  18. .mutants.lock
  19. # Python ffi
  20. __pycache__
  21. libcdk_ffi*
  22. cdk_ffi.py
  23. # llm artifacts
  24. AGENTS.md