Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove Rust-related files since we don't use Rust in this repo. - Make `__pycache__` pattern more generic so that it covers both `src/` and `src/cosalib/`. - Delete `*.pyc` and `*.pyo` patterns since they're covered by the now more generic `__pycache__` pattern now. - Delete obsolete `maipo` pattern. - Delete `.gocache` pattern which was used by `bottlecap`, which is no longer in this repo. - Delete `.idea` pattern for the IntelliJ IDE. Developer-specific patterns should live in the developer's global `.gitignore` file or repo-local exclude list instead. - Make `bin` and `.coverage` patterns anchored at repo root. - Add comments for remaining patterns.
- Loading branch information