.gitignore 300 B

1234567891011121314151617181920212223242526272829
  1. **/target
  2. .DS_Store
  3. .direnv
  4. .jj
  5. .vscode/
  6. .idea/
  7. *.redb
  8. *.sqlite*
  9. config.toml
  10. .pre-commit-config.yaml
  11. result
  12. .aider*
  13. **/postgres_data/
  14. .pg_data/
  15. **/.env
  16. # Mutation testing artifacts
  17. mutants.out/
  18. mutants-*.log
  19. .mutants.lock
  20. # Python ffi
  21. __pycache__
  22. libcdk_ffi*
  23. cdk_ffi.py
  24. # llm artifacts
  25. AGENTS.md