| 12345678910111213141516171819202122232425262728 |
- **/target
- .DS_Store
- .direnv
- .vscode/
- .idea/
- *.redb
- *.sqlite*
- config.toml
- .pre-commit-config.yaml
- result
- .aider*
- **/postgres_data/
- .pg_data/
- **/.env
- # Mutation testing artifacts
- mutants.out/
- mutants-*.log
- .mutants.lock
- # Python ffi
- __pycache__
- libcdk_ffi*
- cdk_ffi.py
- # llm artifacts
- AGENTS.md
|